fluxette
fluxette copied to clipboard
Minimalist, functional, concise Flux.
Results
2
fluxette issues
Sort by
recently updated
recently updated
newest added
Hi, I'm looking at your library an it really looks nice. I'm still a bit puzzled by the "why" section of the readme (https://github.com/edge/fluxette#why) because there is no mention of...
Middleware would be easy (with something like redux's store creators) if we didn't support array dispatches and optional updates (which redux does not). Right now, we use a solution a...