Does the Root Provider in NextJS effect caching, server side rendering, or have other performance deficits? #3527
sharpsteelsoftware
started this conversation in
General
Replies: 1 comment 1 reply
-
Are you using the navigate prop or any other provider features? If not, you could remove use client or remove the provider since it doesn't actually seem needed, not entirely sure though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because the NextUiProvider uses 'use client', does including it in the root of a NextJS layout prevent server-side rendering, caching performances, or any other performance deficits? I thought that including root providers in NextJS was a no-no because your entire app becomes a client application and loses SSR performance.
Beta Was this translation helpful? Give feedback.
All reactions