Skip to content

Commit dce16b6

Browse files
committed
Update README
1 parent 609c10d commit dce16b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# React Concurrent Mode TypeScript Example
1+
# 🔀 React Concurrent Mode TypeScript Example
22

33
This is an example [`create-react-app`](https://create-react-app.dev/docs/adding-typescript/)
44
project with TypeScript. Additionally, it enables the experimental concurrent
55
mode and suspense features and includes the proper experimental types. The
66
intent is that you can explore and experiment with the new experimental features
77
but 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!

0 commit comments

Comments
 (0)