You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React components can be implemented in a couple of different ways, most notably they can be rendered server side or client side. It would be nice to have a test integration for both of these cases. Is it possible to render all Design System components on two different pages, once SSR, once CSR?
It might be possible to set up two page templates that both render the same content (all components) in two different ways, once with 'use client' enabled and once server rendered.