Adding types to native React Hooks. All about including TypeScript in a React Project.
Jun 23 / 2021
We've built a simple application with a global store managed with Redux library, and then we changed it to use built-in React Hooks. Based on this Premier League fixtures application, we are going to provide type checks for our functionality with TypeScript.
Development
