dispatchr
dispatchr copied to clipboard
A Flux dispatcher for applications that run on the server and the client.
It seems that I can only mix in top-level properties. When I mix in Mixin with handlers, they are missing.
Theoretically, stores could be reset to their original state by recording the actions and payloads that were dispatched on the server, serializing them, and then replaying them on the client...
First off, thanks for open sourcing this! It has solved a number of problems I came across with the standard dispatcher as well as just making things much cleaner and...