react-concurrent-mode-typescript-example

🔀 Examples of using React Concurrent Mode with TypeScript

Stars
6
Committers
2

🔀 React Concurrent Mode TypeScript Example

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".

Getting Started

  • git clone [email protected]: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!
Related Projects