Hi everyone,
I am making an app that requires authentication. I am sharing the log in state on a global level with context. But context can only run on client side. Since I am wrapping the entire layout with the provider component which is client side (as I use context), does that mean every children is also working client side now?
Also how do I provide a global state to my components in app directory? Any tips?