Next.js Discord

Discord Forum

RootLayout is loading everything before checking if website is under maintenance

Unanswered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP
How can i prevent loading all components before checking if website is loading or under maintenance ?

5 Replies

Sloth bearOP
inside the component maintenance
with useffect and usestate
@Sloth bear with useffect and usestate
you should do it server side
@Ray you should do it server side
Sloth bearOP
function ? on layout.tsx and use database ?