This is an example create-react-app
project with TypeScript. Additionally, it enables the experimental concurrent
mode and suspense features and includes the proper experimental types. The
intent is that you can explore and experiment with the new experimental features
but with the type-safety and guardrails of TypeScript.
For more details on this project's setup, read "React Concurrent Mode with TypeScript".
git clone git@github.com:skovy/react-concurrent-mode-typescript-example.git- Clone the project
cd react-concurrent-mode-typescript-example- Checkout the project
yarn install- Install the dependencies
yarn start- Start the project
- Start exploring concurrent mode features!