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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: