aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Hassan El Mghari <hassan4709@gmail.com> 2022-07-07 03:07:07 -0400
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-07 00:44:31 -0700
commit1739513095bb1fec76c304772553e8a807627e0d (patch)
tree23a3cdb6c11aca6a52243d6d2382c64252b573ee
parent621fe3f5d23b1afbadc2a07bdf72b49079b08a72 (diff)
downloadbun-1739513095bb1fec76c304772553e8a807627e0d.tar.gz
bun-1739513095bb1fec76c304772553e8a807627e0d.tar.zst
bun-1739513095bb1fec76c304772553e8a807627e0d.zip
Update list of unsupported bun Next.js features
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d951dc441..e218cd6eb 100644
--- a/README.md
+++ b/README.md
@@ -416,6 +416,7 @@ Here’s what doesn’t work yet:
- `proxy` and anything else in `next.config.js`
- API routes, middleware (middleware is easier to support though! similar SSR API)
- styled-jsx (technically not Next.js but often used with it)
+- React Server Components
When using Next.js, bun automatically reads configuration from `.env.local`, `.env.development` and `.env` (in that order). `process.env.NEXT_PUBLIC_` and `process.env.NEXT_` automatically are replaced via `--define`.