React JS Tutorial - #13 Input Validation

preview_player
Показать описание
There is a saying in web development and programming in general, that goes along the lines of "never trust the users of your app". If your website can be hijacked, sooner or later it probably will. Therefore we should take input validation and sanitization very seriously to provide for better security of our software.

Up until this point, we assumed that the user would be so kind to enter a valid date in the proper format. However, that's very rarely the case. People make mistakes, often unintentionally. Don't worry though, form validation, as you'll see, is fairly straightforward in React. I'll show you how we can secure our countdown app by checking user input before it's sent up to the parent component for calculation and rendering. Ready to learn? Then let's roll :)

Рекомендации по теме
Комментарии
Автор

you are doing great man.
SO much appriciation from India.

HARSHITPCECE
Автор

Great work! Thank you for this playlist. Can you do a React Redux playlist in the future?

bizzle