jlca

Results 37 comments of jlca

@egdavid Feel free to contribute your ideas.

> @wootsbot I've already started building something with [next-redux-wrapper](https://github.com/kirill-konshin/next-redux-wrapper) but it implies a complete refactoring of the store logic. > Another solution would be to use [redux-toolkit](https://github.com/reduxjs/redux-toolkit). > Is this...

Apparently this happens because of the HOC src/utils/with-redux-store ```jsx import React from 'react'; import configureStore from './configure-store'; const isServer = typeof window === 'undefined'; const __NEXT_REDUX_STORE__ = '__NEXT_REDUX_STORE__'; function getOrCreateStore(initialState)...

@cuongdevjs the same topic is discussed [here](https://github.com/zeit/next.js/issues/9285) could help.

> Have you found some solution to fix this? Currently, I have not taken the issue

> I can help out on this if it's still available! welcome PRs

> Can you provide more info as to why you want to move it? I can do it for you but not sure on what you need? update the issue.

I HAVE made the decision to create a CLI where we leave the commas and the configuration to leave the boilerplate clean of examples and scripts that are not useful...

> You can consider making some commands to create the component, add language, create the container as react-boilerplate to make to this awesome repository :) The [CLI](https://github.com/react-next-boilerplate/rnb-cli) is inspired by...