Should I Handle Form Validation on Front or Backend?
I was asked this question in an interview. My answer was both are necessary because my experience uses Node.js to build the backend. It has to make sure that the user sent the right type of data. For the front end, Validation can give some hints if t...
haorong.hashnode.dev1 min read