We're starting a new project at my company, I've got good understanding of react redux and ssr, my question is, should I start using next.js? Does anyone work with it in a large scale app? Is it stable for production? I'm a kind of pessimist person when using a framework that encapsulates a lot of other framework, such as webpack react-routers and others.
Shmulik Kaminker
Give it a try, it is good enough. We've also apply it for this site livbyaia.com
Sky
Coder
For static sites and site with consistent UI, I think it's a good option.
I'd not use next for complex apps like dashboards and process based apps.