Shu Ding

Results 403 comments of Shu Ding

It's partially support in the latest `@alpha` version, we don't have docs yet but you can take https://github.com/vercel/turborepo/tree/main/docs as an example.

I'd like to also use https://radix-ui.com components as it is lightweight and a11y friendly.

Oh I didn’t know that it works with variables, then it almost solves my problem. If building this into the lib, I can see a `themeColor` option with these possible...

Yes this could be really helpful. Need to find a proper way to manage those files. Maybe the #list needs to be redesigned with some more buttons... Anyway I will...

Thank you for opening this issue Dan! Same as what you mentioned in reactjs/server-components-demo#57, this demo isn’t intended to reflect the performance or behavior of a real app too. We...

> Come to think of it, it seems rather inefficient that we assemble the front page from 20 requests anyway. I don’t believe a real HN implementation would work this...

Fixed in https://github.com/vercel/next-rsc-demo/pull/15 and you saw it already :) Thanks for the help BTW!

> Something like the "canonical" Notes App running in NextJS would be more helpful and educational. Yes we are working on that one as well. Thanks for the great feedback...

Thanks for putting those together @gaearon! For those who want to track updates of these items, or jump into more detailed technical discussions, here's a list of these issues (and...

Hey everyone! To give an update here, most of the critical issues mentioned above by @gaearon have been fixed in the latest Next.js, and the demo is also upgraded to...