Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server rendering capabilities #73

Open
ricardoc05 opened this issue Dec 2, 2023 · 2 comments
Open

Server rendering capabilities #73

ricardoc05 opened this issue Dec 2, 2023 · 2 comments

Comments

@ricardoc05
Copy link

The Sakai project uses the 'use client' directive in the layout.tsx file, does this mean that the server rendering capabilities of Next.js can no longer be leveraged?

@stanislavlyu
Copy link

same propblem. With primereact components i can see layout shifting

@thesohailjafri
Copy link

you can move all Ui to a component and mark it as "use client" and render that component on the page where it can use server rendering capabilities but won't render UI as it is. it will be just HTML

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants