-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What advantages over competition? #8
Comments
Maybe no particular advantages, I don't know :-). The main goal of this library is to prove that Flux can be implemented in a way compatible with full hot reloading (and explore how this can be done). You can run the example code with |
Thanks, just trying to decide which library to use as I think your right in calling this an interesting evolution of flux. |
For now, Redux is more of an exploration project than a production-ready Flux lib. It may evolve into one later, but no sooner than a few months. You are free to try it and compare with other approaches though! The API is subject to change. |
@gaearon I was thinking about giving some talk about Redux in the next Israel React Meetup, so if you are willing to share some of your contents from the React-Europe conference it can be awesome :-) |
@asaf When is your talk? |
@gaearon I think the next is not even set yet, so there's enough time, if the content after your talk is going to be public then share it among us :-) |
I read your flux evolution blog post (very good stuff) and have been looking at the other flux implementations, so far microcosm is looking the best to me. I still have to do research on some of the others you listed but after looking at this projects README I'm not sure I understand what this provides that the other flux implementations you mention don't provide. Could you add a section to the README explaining?
The text was updated successfully, but these errors were encountered: