Skip to content

Commit

Permalink
docs: Add Link to Adding Routes Docs
Browse files Browse the repository at this point in the history
Add a link to React Router docs specific to adding routes.
  • Loading branch information
Liam Mulhall authored Jun 23, 2022
1 parent cee2658 commit 4eae1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/adding-a-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Alternatively you may use `yarn`:
yarn add react-router-dom
```

To try it, delete all the code in `src/App.js` and replace it with any of the examples on its website. The [Basic Example](https://reactrouter.com/docs/examples/basic) is a good place to get started.
To try it, delete all the code in `src/App.js` and replace it with any of the examples on its website. The [Basic Example](https://reactrouter.com/docs/examples/basic) is a good place to get started. For more info on adding routes, check out [the React Router docs on adding routes](https://reactrouter.com/docs/getting-started/tutorial#add-some-routes).

Note that [you may need to configure your production server to support client-side routing](deployment.md#serving-apps-with-client-side-routing) before deploying your app.

0 comments on commit 4eae1ae

Please sign in to comment.