ioof-holdings / redux-dynostore

These libraries provide tools for building dynamic Redux stores.
BSD 3-Clause "New" or "Revised" License
122 stars 15 forks source link

Support for react-redux v6 #20

Closed telesma closed 5 years ago

telesma commented 5 years ago

Do you plan to support react-redux v6 which provides compatibility for the new Context API?

https://github.com/reduxjs/react-redux/releases

mpeyper commented 5 years ago

Support is planned, but work has not started on it yet.

jpeyper commented 5 years ago

Might need to keep a few of the things mentioned here in mind...

https://github.com/reduxjs/react-redux/issues/1126

Ethorsen commented 5 years ago

Will keep an eye out for dynostore updates. Then we'll task a react-redux 6.x upgrade.

VitaliyZadorozhnyy commented 5 years ago

Any updates on this ?

mpeyper commented 5 years ago

Not yet sorry.

Happy if anyone else wants to take a run at this. If you're using @redux-dyonstore/react-redux-subspace then the redux-subspace library will need to be updated first.

Ethorsen commented 5 years ago

Hi guys,

Now that redux-subspace has been updated to use latest redux (thx to you), any chance you might tackle dynostore and bring it to the pace?

Thx

mpeyper commented 5 years ago

Hi @Ethorsen,

It's definitely on the to-do list and I'm planning on tackling it in the near future (just taking a small family-time break after the slog of the subspace upgrade).