How to update component state based on information at _app.tsx?
Unanswered
Eastern Phoebe posted this in #help-forum
Eastern PhoebeOP
I need to show content to the user based on their geographical location and for that I am setting some cookies. In the cookie the locale and the countryCode are being set and I am doing all of that in _app.tsx. This is a NextJS + React app. I wonder what is the best way to reload another component based on this information ⓠ🤔