Sebastian "Sebbie" Silbermann

Results 792 comments of Sebastian "Sebbie" Silbermann

This is now achievable with https://github.com/kentcdodds/mdx-bundler/pull/236 by configuring the jsx runtime to use `react/jsx-dev-runtime`.

This is a performance critical path so it needs to be fine tuned for performance. We're already omitting props in Server Components if they have an underscore. Would that help...

> It's not trying to be performant or improve performance at all, but it is supposed to help DX at dev mode time. The logic needs to be performant though.

Suspsense covers 1, 3, 4. 2 does not need an extra component. 5 is an issue with the SSR setup. > Speed up server-side rendering (reduce CPU load on the...

> So, the path we might be able to take is to deprecate NoSsr? We'll want to wait for a stable release of 18 anyway. And then we can go...

> Is this the correct approach for now, in order to make the suspense of React 18 work? In React 18 you can use `` on the server. It's one...

Thanks for the feedback. Without a repro it'll be hard to find out why the URLs are sometimes bigger than usual. Could you provide a repro that we can use...

> By repro, would you be fine with the component code and the test implementation, or something else? As little code as possible but enough to reproduce the described issue....