Next.js Discord

Discord Forum

Update state in layout from children

Unanswered
G0dw1ll posted this in #help-forum
Open in Discord
whats the best approach to update state in layout.tsx file from children in nextjs 14

4 Replies

using a context provider.
will it not cause extra rendering ?
Nope.
Context providers is the only way to hoist anything up.