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
- Host: GitHub
- URL: https://github.com/skovy/react-concurrent-mode-typescript-example
- Owner: skovy
- Created: 2019-11-17T21:19:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T08:38:23.000Z (about 3 years ago)
- Last Synced: 2025-04-15T23:18:24.730Z (about 2 months ago)
- Topics: concurrent, create-react-app, example, react, suspense, typescript
- Language: HTML
- Homepage: https://skovy.dev/getting-started-react-concurrent-mode-typescript/
- Size: 3.46 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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!