Skip to content

Commit 4a03ee2

Browse files
authored
Apply suggestions from code review
1 parent 406cae8 commit 4a03ee2

File tree

1 file changed

+0
-4
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+0
-4
lines changed

src/content/docs/workers/frameworks/framework-guides/react.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ The following command will build and deploy your project. If you're using CI, en
5858

5959
---
6060

61-
## Connect React with Workers bindings
62-
63-
Your React application cannot directly access Workers bindings, but it can interact with them through a Worker backend API. To do this, make [`fetch()` requests](/workers/runtime-apis/fetch/) from your React app to the Worker, which can then handle the request and connect to bindings. Learn how to [configure Workers bindings](/workers/runtime-apis/bindings/).
64-
6561
## Static assets
6662

6763
You can serve static assets in your React application by placing them in [the `./public/` directory](UPDATE). This can be useful for resource files such as images, stylesheets, fonts, and manifests.

0 commit comments

Comments
 (0)