Skip to content

Commit 5e2b040

Browse files
authored
Remove old RRC reference
1 parent 3679baf commit 5e2b040

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-router-dom/docs/guides/server-rendering.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ Promise.all(promises).then(data => {
239239

240240
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.
241241

242-
You might be interested in our [React Router Config][rrc] package to assist with data loading and server rendering with static route configs.
243-
244242
[staticrouter]: ../api/StaticRouter.md
245243
[browserrouter]: ../api/BrowserRouter.md
246244
[redirect]: ../api/Redirect.md
247-
[rrc]: https://github.com/remix-run/react-router/tree/main/packages/react-router-config

0 commit comments

Comments
 (0)