File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- # React Concurrent Mode TypeScript Example
1+ # 🔀 React Concurrent Mode TypeScript Example
22
33This is an example [ ` create-react-app ` ] ( https://create-react-app.dev/docs/adding-typescript/ )
44project with TypeScript. Additionally, it enables the experimental concurrent
55mode and suspense features and includes the proper experimental types. The
66intent is that you can explore and experiment with the new experimental features
77but with the type-safety and guardrails of TypeScript.
88
9+ For more details on this project's setup, read
10+ [ "React Concurrent Mode with TypeScript"] ( https://skovy.dev/getting-started-react-concurrent-mode-typescript/ ) .
11+
912## Getting Started
1013
1114- ` git clone git@github.com:skovy/react-concurrent-mode-typescript-example.git `
@@ -16,4 +19,4 @@ but with the type-safety and guardrails of TypeScript.
1619 - Install the dependencies
1720- ` yarn start `
1821 - Start the project
19- - Start exploring concurrent mode features!
22+ - Start exploring concurrent mode features!
You can’t perform that action at this time.
0 commit comments