I'm planning to create a Next.js application along with Redux Toolkit for state management. I'll only be doing Static Generation (using getStaticProps & getStaticPaths).
Do I need to use next-redux-wrapper (https://github.com/kirill-konshin/next-redux-wrapper) ?
Can I get all the benefits of static generation without using next-redux-wrapper?