We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3818f commit 54919ccCopy full SHA for 54919cc
src/content/docs/workers/frameworks/framework-guides/react-router.mdx
@@ -74,7 +74,7 @@ It combines with the [Cloudflare Vite plugin](/workers/vite-plugin/) to provide
74
In this file:
75
- `main` points to `./workers/app.ts`.
76
This is the entry file for your Worker.
77
- The default export includes a `fetch` handler, which delegates the request to React Router.
+ The default export includes a [`fetch` handler](/workers/runtime-apis/fetch/), which delegates the request to React Router.
78
- If you want to add [bindings](/workers/runtime-apis/bindings/) to resources on Cloudflare's developer platform, you configure them here.
79
</Details>
80
0 commit comments