bowheart / zedux

ATTENTION! This is the old repository. Zedux has moved to https://github.com/omnistac/zedux
https://omnistac.github.io/zedux
MIT License
47 stars 0 forks source link

Is this project still active? #52

Open tezheng opened 2 years ago

tezheng commented 2 years ago

I am looking for a more "composable" Redux and found this amazing project.

Zedux looks very promising, but seems not very active lately. Not enough resource/time, or you got second thoughts?

bowheart commented 2 years ago

@tezheng Hello! Zedux is actually very active. But it's moving from here. We've been actively developing it at my work and will open-source the completely new codebase in a different repo. Hopefully within the next few months.

I'm curious to know what your use case is. Do you use React, or want to use it in a different framework or in Node? We've been developing atomic React wrappers, but the composable store model of Zedux can work anywhere. In fact, we could also make the atomic APIs work anywhere. We just don't use it outside of React right now, so we're only focusing on React support. I do want to know if there's interest in supporting anything else.

tezheng commented 2 years ago

Awesome! Looking forward to the new release :)

And yes, React is our primary target.

What's more, as you mentioned, composable architecture has a lot potential. Currently I am seeking for alignments between micro-frontend, micro-services, server-side components, WebComponents, etc, and I believe composable architecture is a good start.

p.s. Sorry for the late reply, long weekend.

bowheart commented 1 year ago

@tezheng 👋 Well it took much longer than a few months, but the new Zedux is finally open-sourced and version 1 was published today.

New repo: https://github.com/Omnistac/zedux Documentation: https://omnistac.github.io/zedux/ Npm package: https://www.npmjs.com/package/@zedux/react

I know you've long since moved on, but I would love to hear your feedback if you get some time to check it out. Thanks for your early interest in Zedux!