Prop Types and Default Props in React
Introduction
prop-types is a library with which you can check the type of props in React. With defaultProps, we can pass default values to props. TypeScript is used to handle type checks and default values in large projects. But as a beginner, prop-T...
debajit13.hashnode.dev4 min read