klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
743 stars 94 forks source link

Support rematch & @rematch/immer #288

Open linonetwo opened 3 years ago

linonetwo commented 3 years ago

problem

Redux need to write lots of action and reducer, while rematch combine action and reducer, and use immer to make a mobx-like experience.

Describe the solution you'd like

TBD

Describe alternatives you've considered

Just use plain rematch, or just use plain redux.

Additional context

I'm refactoring an existing project, and will adopt electron-redux@alpha.2.x tonight

matmalkowski commented 3 years ago

Hey, Thanks for feedback!

We don't have any plans right now to support rematch, since we don't have any resources we could contribute - but we are welcome to contributions, since it would be great if the library had a wider support.

Let me know how the @next version adoption is going - please not that we will probably slightly change the API before finalizing the release, but it shouldn't be anything major.