DEV Community

Discussion on: Input Validation: Client-side or Server-side?

Collapse
 
nomade55 profile image
Lucas G. Terracino • Edited

I usually use both, front-end for feedback mostly, and to avoid unnecesary requests to the server.
And I go with the actual heavy validation on the server.

Give him feedback kindly 🎈, but validate its input harshly 🪓