HomeArticles

TypeScript and React Guide: Added a new prop types chapter

TypeScript

React has a built-in way of type checking called prop types. This works at run time and is a great accompanying feature for TypeScript. I’ve added a small chapter on prop types in my React and TypeScript guide.

Check it out

Related Articles