An open API service indexing awesome lists of open source software.

https://github.com/skovy/react-concurrent-mode-typescript-example

🔀 Examples of using React Concurrent Mode with TypeScript
https://github.com/skovy/react-concurrent-mode-typescript-example

concurrent create-react-app example react suspense typescript

Last synced: about 2 months ago
JSON representation

🔀 Examples of using React Concurrent Mode with TypeScript

Awesome Lists containing this project

README

        

# 🔀 React Concurrent Mode TypeScript Example

This is an example [`create-react-app`](https://create-react-app.dev/docs/adding-typescript/)
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"](https://skovy.dev/getting-started-react-concurrent-mode-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!