flummox icon indicating copy to clipboard operation
flummox copied to clipboard

Minimal, isomorphic Flux.

Results 38 flummox issues
Sort by recently updated
recently updated
newest added

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...

enhancement
outdated

The problem in issue #47 could have been avoided if a better error message were thrown.

enhancement
outdated

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...

enhancement
outdated

The answer is to use the Flux class to pass arguments to Actions and Store constructors.

enhancement
outdated

@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 |...

outdated

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

outdated

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...

outdated

Any example to work with react-router 1.0.0-beta3? Thanks.

outdated

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...

outdated