PropTypes
In this episode we are going to learn how to use PropTypes inside our Next.js and Strapi application.
PropTypes are a simple way of type checking your data. And specifically they will check the props that are coming into your React components. This is a nice habit to get into if you are not using something like Flow or TypeScript, and it will help you write apps with less bugs.