Do you have any plan to support Redux 6 as well?(including the current start process without error)
Joeycho opened this issue · 1 comments
Joeycho commented
Hello, I am new in react and Redux.
It took a while to start this awesome project. And I would like to share it here.
With the above solved issue, I managed to start this project.
I end up with using npm
rather than yarn
. But maybe if you stick with yarn
, it might also work.
npm install
npm uninstall react-redux
npm i react-redux@5
npm run-script clean
npm run-script build
npm start
package.json file would help you to understand what each script means.
I would like to share this because the exact starting instruction is quite critical for beginners.
Plus, I would like to ask to maintainers regarding supporting Redux version. It seems currently Redux 5, not 6.
jerygood870208 commented
This way help me a lot