cvdlab/react-planner

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

Joeycho opened this issue · 1 comments

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.

This way help me a lot