erikras / multireducer

A utility to wrap many copies of a single Redux reducer into a single key-based reducer.
MIT License
422 stars 23 forks source link

Upgrading multireducer to v3.0.3 #121

Open Nishant-Pathak opened 7 years ago

Nishant-Pathak commented 7 years ago

Hi @erikras I have used react redux universal template for my few project and found it very useful. I would like to update the dependencies. Can you guide me for updating multireducer. Lets take /src/components/CounterButton/CounterButton.js class.

yesmeck commented 7 years ago

@Nishant-Pathak You can find migration guide here https://github.com/erikras/multireducer/releases/tag/v3.0.0-beta2

Nishant-Pathak commented 7 years ago

Yeah I have seen that, I was not able to understand much from it (annotation processing etc).

yesmeck commented 7 years ago

Hello @Nishant-Pathak , I've send a PR to react-redux-universal-hot-example https://github.com/erikras/react-redux-universal-hot-example/pull/1343.

Nishant-Pathak commented 7 years ago

Nice, @yesmeck lets get it merge :+1: