Learn React PropTypes In 13 Minutes
דרג סרטון זה
התחבר כדי לדרג
תיאור
Learn React Today Course: https://courses.webdevsimplified.com/learn-react-today With React it is very easy to accidentally pass incorrect props to a component and worst of all it is difficult to track down where these bugs occur before deploying your code. This is where PropTypes come in. With PropTypes you can easily define exactly what the props should be for a component and it will notify you when those props are incorrect. In this video I will be going over everything you need to know about PropTypes so you can start writing less buggy React code immediately. 📚 Materials/References: Learn React Today Course: https://courses.webdevsimplified.com/learn-react-today PropTypes Article: https://blog.webdevsimplified.com/2020-12/react-prop-types 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon: https://www.patreon.com/WebDevSimplified Twitter: https://twitter.com/DevSimplified Discord: https://discord.gg/7StTjnR GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified ⏱️ Timestamps: 00:00 - Introduction 00:22 - Basic PropTypes 07:48 - Advanced PropTypes #PropsTypes #WDS #ReactJS