You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to access the store outside the react component?
In the traditional react app we are initialized redux store in front end and we can get this variable form any file.
But in case of next, we are doing on server-side and just passing this data to main app component _app.js as props so I can't manage to get this outside of component as I already mentioned
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to access the store outside the react component?
In the traditional react app we are initialized redux store in front end and we can get this variable form any file.
But in case of next, we are doing on server-side and just passing this data to main app component _app.js as props so I can't manage to get this outside of component as I already mentioned
Beta Was this translation helpful? Give feedback.
All reactions