Skip to content

Check if we can test client and server components in nextjs-integration #5932

@gfellerph

Description

@gfellerph

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.

Metadata

Metadata

Labels

researchThis issue requires research before it can be implemented.🧪 testing

Type

Projects

Status

🧐 In Review

Relationships

None yet

Development

No branches or pull requests

Issue actions