klarna / electron-redux

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

Still under development? #338

Open Nantris opened 2 years ago

Nantris commented 2 years ago

The alpha version works fine for us, but I was wondering if this library is still under development since the alpha hasn't been updated in over a year.

Thanks for all the great work on this library!

TheWashiba commented 2 years ago

I think they have bigger concerns right now... https://news.ycombinator.com/item?id=32460342

vitordino commented 9 months ago

shameless plug here: i’ve wrote a really similar (and smaller) library if y’all are still interested..

it’s called reduxtron and i’ve just wrote a blog post about the journey and my motivations behind it

Nantris commented 9 months ago

I, for one, appreciate this shameless plug!

Is it the same as electron-redux in that each process has its own store locally? Or is it handled in some other way? Are there any other notable differences? And can state be segmented by process in any way? Eg if I have a big store but I only need to populate some portion of it in child windows, is there any way to avoid loading the big store in each process?

vitordino commented 9 months ago

hey there @Slapbox 👋

sorry for the delay, let me try answering some of your questions..

the tl;dr is that it might not suit all your needs as of now 😢