aboutsummaryrefslogtreecommitdiff
path: root/docs/ecosystem/react.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ecosystem/react.md')
-rw-r--r--docs/ecosystem/react.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ecosystem/react.md b/docs/ecosystem/react.md
index 84f1a4536..02f8a5dc5 100644
--- a/docs/ecosystem/react.md
+++ b/docs/ecosystem/react.md
@@ -61,3 +61,5 @@ Bun.serve({
},
});
```
+
+React `18.3` and later includes an [SSR optimization](https://github.com/facebook/react/pull/25597) that takes advantage of Bun's "direct" `ReadableStream` implementation.