React JS Tutorial 7: defaultProps and propTypes

preview_player
Показать описание
Learn what defaultProps and propTypes are in React JS and how to make use of them.
Рекомендации по теме
Комментарии
Автор

Good explanation i understood this two things :)

dfox
Автор

React.PropTypes.number is depreceated. Instead use
import PropTypes from 'prop-types';
HelloPlanet.propTypes = {
num: PropTypes.number
};

gp
Автор

when importing proptypes how does it work. I have a program right now and my prop types arent getting recognized and I have no clue why

nikhilbatta
Автор

Hi...nice tutorial. I read it somewhere the proptypes are only used in development mode and it won't work in production. Is that true and if it is then what should we use while production

cinemaismywife
join shbcf.ru