Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you have any plan to support Redux 6 as well?(including the current start process without error) #219

Open
Joeycho opened this issue May 5, 2021 · 1 comment

Comments

@Joeycho
Copy link

Joeycho commented May 5, 2021

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.

#169 #130

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.

  1. npm install
  2. npm uninstall react-redux
  3. npm i react-redux@5
  4. npm run-script clean
  5. npm run-script build
  6. 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
Copy link

This way help me a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants