Skip to content

Commit

Permalink
Remove old RRC reference
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr authored Aug 8, 2022
1 parent 3679baf commit 5e2b040
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react-router-dom/docs/guides/server-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ Promise.all(promises).then(data => {

And finally, the client will need to pick up the data. Again, we aren't in the business of prescribing a data loading pattern for your app, but these are the touch points you'll need to implement.

You might be interested in our [React Router Config][rrc] package to assist with data loading and server rendering with static route configs.

[staticrouter]: ../api/StaticRouter.md
[browserrouter]: ../api/BrowserRouter.md
[redirect]: ../api/Redirect.md
[rrc]: https://github.com/remix-run/react-router/tree/main/packages/react-router-config

0 comments on commit 5e2b040

Please sign in to comment.