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.
Give it a try, it is good enough. We've also apply it for this site livbyaia.com
It's not bad for static pages in my experience (which is minimal)
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.