Skip to content

Commit

Permalink
Merge pull request #12539 from liam-mulhall/patch-1
Browse files Browse the repository at this point in the history
docs: Add Link to Adding Routes Docs
  • Loading branch information
matrush authored Jul 5, 2022
2 parents c2cbaaf + 4eae1ae commit bcff192
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 bcff192

Please sign in to comment.