I have a react.js application form that receives input. The validation is done in the client side code. Use webpack to bundle all the client side .js into a single bundle.js file. The .js is minified and obfuscated. Is it still required to do server side input validation?
Using Material UI for the form elements.
Can somebody still manipulate that client side react.js code or form elements to manipulate validation?