next.js with global state management #16964
Unanswered
mlbd-tanvir-raj
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
as using create-react-app, for very large react application, i intend to write all my future app in next.js, because it's default built-in feature. My question is, when i was building very large enterprize app, i use redux for global state management. Because there are lot's of share state i need and Redux is very good choice with big team.
what do you people prefer, if you need to build very large web application in next.js where you have so many global data and need share state ?
Beta Was this translation helpful? Give feedback.
All reactions