Backend validation is secure 😂 bhai yaha pe lagao ya na lago backend mein jarur lagao 😂
@azibekk9 ай бұрын
Both frontend and backend validation is required for a secure and user friendly experience
@rajatthakur88899 ай бұрын
Bhai dono jgha lgana pdta h Frontend is to inform the user what the issue is end backed is to save the data
@krishnadaram15686 ай бұрын
@@azibekkboth validation required
@saitejabommali66213 ай бұрын
i have a dought how to apply valadation in rich text editor in react explain this sir
@mdmudassiriqbal57959 ай бұрын
Zod as well!
@yatharthpawar64608 ай бұрын
Type='email' its easy to take email
@caoderboy5 ай бұрын
Not user experience run time time show this error in input field
@legend_74910 ай бұрын
What about react hook form for validation?
@RoadsideCoder10 ай бұрын
That's not a validation library
@legend_74910 ай бұрын
@@RoadsideCoder they have mentioned that extensible forms with easy to use validation
@irshadali-xx1ms10 ай бұрын
Sir I can aslo perform the validation using react hook form @@RoadsideCoder
@prasadsawant79 ай бұрын
@@irshadali-xx1ms React hook form is form handling library, but its data validation is not much accurate as yup nd zod provides. Yup & zod are data validation libraries which is used to create a schema.
@ashvarygidian19969 ай бұрын
Formik+yup
@djrahul16987 ай бұрын
Joi?
@jeffkirchoff149 ай бұрын
Zod schema + zod type inference
@samareshdas7679 ай бұрын
Interviewer will probably like to see the custom implementation without any library 😅
@RavindraSingh-lp9pl10 ай бұрын
Bhai DSA me kon konsa topic padhkr jaaye frontend k liye ..plz guide
@vibudhrathore9 ай бұрын
Front end ke liye dsa ki zaroorat nhi hai only react and js
@Ashishsingh-oo2ve9 ай бұрын
Bhai just put required
@MrChhetri9 ай бұрын
Forms with only client side validation are prone to exploitation. Anyone with the knowledge of inspect tool can remove 'require' from the dom and submit. Server side validation must in forms for security reasons.