ReactJS - Props Validation

preview_player
Показать описание
ReactJS - Props Validation
Lecture By: Mr. Anadi Sharma, Tutorials Point India Private Limited.
Рекомендации по теме
Комментарии
Автор

Excellent description of Props Validation

PilotWilky
Автор

Excellent explanation, Could have described the about the import of PropTypes for beginners.

architbagora
Автор

Don't forget to add
*import PropTypes from 'prop-types';*
at the top of your App.js

thebangersstudio
Автор

If you are getting error, please import PropTypes .They forgot to tell this

soniumesh
Автор

hello why did u declare proptypes with lower case App.propTypes = {


name: PropTypes.string, and for name parameter PropTypes capital letters???
And i tried changing their cases its not working

sriramyavyasabhattu