Next.js Discord
Discord Forum
Update state in layout from children
Unanswered
G0dw1ll
posted this in
#help-forum
Open in Discord
G0dw1ll
OP
2024-05-06T18:04:43.206Z
whats the best approach to update state in layout.tsx file from children in nextjs 14
4 Replies
Jboncz
2024-05-06T18:58:05.786Z
using a context provider.
G0dw1ll
OP
2024-05-07T02:44:14.576Z
will it not cause extra rendering ?
Jboncz
2024-05-07T02:52:32.532Z
Nope.
2024-05-07T02:52:47.360Z
Context providers is the only way to hoist anything up.