Storybook for React Server Components
storybook.js.org
Storybook for React Server Components
1–10 of 10 posts
Re: Storybook for React Server Components
#2Re: Storybook for React Server Components
#3This probably works best in very slow-moving enterprises with questionable developers.
Re: Storybook for React Server Components
#4Re: Storybook for React Server Components
#5We tried using this in a small/medium business and it was too cumbersome. This probably works best in very slow-moving enterprises with questionable developers.
Re: Storybook for React Server Components
#6tl;dr : Significant upgrade to Storybook’s support for the latest changes in React/Next, which lets you bring RSCs into Storybook (by rendering RSCs in the client)! Available to try now in the first SB 8.0 alpha. Much more to come as part of the 8.0 launch in months ahead!
Re: Storybook for React Server Components
#7We tried using this in a small/medium business and it was too cumbersome. This probably works best in very slow-moving enterprises with questionable developers.
Re: Storybook for React Server Components
#8Would love to generally see SSR supported in Storybook. Just started up Storybook in a Remix codebase and would love to see SSR'd vs Client Rendered components.
Are you implying that a client rendered component can be different from a server rendered one? I always assumed this was just implementation details for the same result.
Re: Storybook for React Server Components
#9Would love to generally see SSR supported in Storybook. Just started up Storybook in a Remix codebase and would love to see SSR'd vs Client Rendered components.
Re: Storybook for React Server Components
#10Would love to generally see SSR supported in Storybook. Just started up Storybook in a Remix codebase and would love to see SSR'd vs Client Rendered components.
Not too familiar with React server components, so I have a question. Are you implying that a client rendered component can be different from a server rendered one? I always assumed this was just implementation details for the same result.