Using React with Typescript
Typescript and React are a great combination. Typescript allows you to define strict types for your React components, their props and states, as well as event handlers. In this post, we’ll go through the fastest way to get started with React and Typescript, and some tips and tricks for using them together. Setting up a new project In my opinion, this is the most frustrating part when working with new javascript stacks....