Is using Redux with Next.js an anti-pattern?
If you have a custom App with getInitialProps then the Automatic Static Optimization that Next.js provides will be disabled for all pages. True, if you follow this approach. Is there a better way ? Yes, you can create a Redux Provider as a wrapper and wrap the component you need, the redux context will be … Read more