flummox
flummox copied to clipboard
Minimal, isomorphic Flux.
FluxComponent and fluxMixin use the key `flux` for passing the Flux instance via props and context. This is a natural default, but it should be configurable to enable multiple Flux...
The problem in issue #47 could have been avoided if a better error message were thrown.
In my understanding it would be possible since [Flow 0.4.0](http://flowtype.org/blog/2015/02/20/Flow-Comments.html) to annotate the Flummox API with type information. For Flummox users it would mean that you could statically check with...
The answer is to use the Flux class to pass arguments to Actions and Store constructors.
@acdlite I'm still considering what to do with my Flummox-based app, and it's interesting to note the number of NPM downloads: | Package | DL/day | DL/Week | DL/Month |...
https://github.com/acdlite/flummox/blob/v3.5.1/docs/docs/guides/why-flux-component-is-better-than-flux-mixin.md has a link that goes to an non existing page : https://github.com/acdlite/flummox/blob/v3.5.1/docs/docs/guides/react-integration. I think the correct URL is https://github.com/acdlite/flummox/blob/v3.5.1/docs/docs/guides/react-integration.md Regards
I am using react-dnd library which uses dnd-core library which uses the flummox library (phew). The problem I am facing is that under chrome browser all my logs/errors/warnings are shown...
Any example to work with react-router 1.0.0-beta3? Thanks.
While I'm excited to make the switch (starting that now) and enjoy the purely functional nature of Redux, it would be nice if you could write out your reasoning behind...