RootLayout is loading everything before checking if website is under maintenance
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
How can i prevent loading all components before checking if website is loading or under maintenance ?
5 Replies
@Sloth bear How can i prevent loading all components before checking if website is loading or under maintenance ?
where do you check if its under maintenance?
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 ?