You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/code-splitting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,6 @@ You can also use it with `async` / `await` syntax if you prefer it.
51
51
52
52
## With React Router
53
53
54
-
If you are using React Router check out [this tutorial](https://serverless-stack.com/chapters/code-splitting-in-create-react-app.html) on how to use code splitting with it. You can find the companion GitHub repository [here](https://github.com/AnomalyInnovations/serverless-stack-demo-client/tree/code-splitting-in-create-react-app).
54
+
If you are using React Router check out [this tutorial](https://reactjs.org/docs/code-splitting.html#route-based-code-splitting)
55
55
56
56
Also check out the [Code Splitting](https://reactjs.org/docs/code-splitting.html) section in React documentation.
0 commit comments