as using create-react-app, for very large react application, I intend to write all my future app in next.js, because it's rich default built-in feature.
My question, when I was building a very large enterprise app, I use redux for global state management. Because there are lots of share states i need and Redux is a very good choice with a big team.
what do you people prefer, if you need to build a very large web application in next.js where you have so many global data and need global state management solution ?