January 7, 2020
Joe Previte
Converting a React component to TypeScript can be broken down in a few steps. Let’s walk through it together! Here’s the file we’ll use for our example:
This tells React and TypeScript that this is a TypeScript/JSX file.
2. Add a return type annotation and a type for your props
Boom! You’re all done. Give yourself a pat on the back and dance. 🎉