next-react-server-components icon indicating copy to clipboard operation
next-react-server-components copied to clipboard

Demo repository for Next.js + React Server Components

Results 11 next-react-server-components issues
Sort by recently updated
recently updated
newest added

**Reproduction:** 1. Go to https://next-rsc-demo.vercel.sh/csr or https://next-rsc-demo.vercel.sh/rsc 2. Click into a post's comments 3. See skeleton and wait for "loading comments" 4. Toggle close one of the comment threads. 5....

First off I don't know if this is the right place to open this issue, apologies if it isn't. I am trying out React Server Components with Next.js `v12.2.3`. This...

Hi everyone, Thanks for sharing this demo! I was looking at the [source of `Nav` component](https://github.com/vercel/next-react-server-components/blob/a873ad96ab4291c58c5c2299899df4114270af46/components/nav.js#L2): ```javascript export default function Nav() { ; new ... {` ... `} } ```...

This is to demonstrate that modules used in Server Components will never be shipped to the client side, but traditional SSR and CSR pages do. So `moment` adds an additional...

I'm starting to see this demo being used in performance comparisons in a way that implies this *is* the canonical RSC experience. It would be good to either solve or...

Hey The ssr + api delay example is broken. I get an error 500 on: https://next-news-rsc.vercel.sh/ssr Thanks in advance! :) ![image](https://user-images.githubusercontent.com/25207023/139216482-88626ca5-5d7d-4823-9c07-56400fcf4958.png)

Thanks for great demo! One question related to routing, currently it seems impossible to read queryparams in server component. Do you have any example/guideline for that?

I tried to add `next export` to `package.json` like so `"build": "yarn next build && yarn next export"`, but non of the pages (other then 404) is generated. Why so?...

**Steps to Reproduce:** 1. Clone the repository 2. Run locally 3. Go to /slow or /rsc 4. Pages won`t render (infinite loading) **Fix:** After downgrading to Next v.12.1.* (currently 12.1.6)...