#NextJS full site preloader
1 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. However, you can explore the Next.js documentation for more information on rendering and loading strategies:
- Client-side Rendering (CSR) (https://nextjs.org/docs/pages/building-your-application/rendering/client-side-rendering)
- Loading UI with Suspense (https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming)