Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/explanation/code-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ export default function Component({ loaderData }) {

After building for the browser, only the `Component` will still be in the bundle, so you can use server-only code in the other module exports.

[route-module]: ../../start/framework/route-module
[route-module]: ../start/framework/route-module
4 changes: 2 additions & 2 deletions docs/explanation/index-query-param.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function Component() {
}
```

[loader]: ../api/data-routers/loader
[loader]: ../start/data/route-object#loader
[form_element]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form
[form_component]: ../api/components/Form
[action]: ../api/data-routers/action
[action]: ../start/data/route-object#action
2 changes: 1 addition & 1 deletion docs/how-to/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ If you are implementing a [Content-Security-Policy (CSP)][csp] in your applicati
[renderToReadableStream]: https://react.dev/reference/react-dom/server/renderToReadableStream
[scripts]: ../api/components/Scripts
[scrollrestoration]: ../api/components/ScrollRestoration
[serverrouter]: ../api/components/ServerRouter
[serverrouter]: ../api/framework-routers/ServerRouter
1 change: 0 additions & 1 deletion docs/start/framework/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,3 @@ See the [Using Fetchers][fetchers] guide for more information.
Next: [Navigating](./navigating)

[fetchers]: ../../how-to/fetchers
[data]: ../../api/react-router/data
1 change: 0 additions & 1 deletion docs/start/framework/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ npx create-react-router@latest --template remix-run/react-router-templates/<temp

Next: [Routing](./routing)

[manual_usage]: ../how-to/manual-usage
[default-template]: https://github.com/remix-run/react-router-templates/tree/main/default
[react-router-templates]: https://github.com/remix-run/react-router-templates