View the live demo here or edit it live in CodeSandbox.
Check out this post to create a React TypeScript app from scratch with support for React Hooks, or:
- Clone this repository
git clone git@github.com:skovy/react-hooks-typescript-example.git
- Install the dependencies
yarn install
- Start the app
yarn start
- Experiment with React Hooks!