fluxxor icon indicating copy to clipboard operation
fluxxor copied to clipboard

:hammer_and_wrench: Flux architecture tools for React

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

Updated to 2017

Does anyone have a way to integrate it? I am thinking that I will have to subclass withRouter and inject it that way. Anyone using react-router v4 yet with fluxxor?

Changes since initial draft: - `Ctx` -> `Context` - Add `wrapStatic` which delegates to `wrap` --- React v0.13 brought us native ES6-based React classes, which do not (currently, anyway) support...

In the example http://fluxxor.com/guides/async-data.html the addaction updates the list locally. Let say the list has many users adding to it so the add method would need to reload the list...

Hello, I had a lot of troubles to run together `fluxxor` `react-router 1.x` and `ES6` This is my solution, hoping will help someone. With the new react router the `Handler`...

Fixes #32. I found that I was defining similar functionality on a number of stores, especially if they listened to the same data. Similar to React components, this will merge...

I am trying to add a RouteStore but can't seem to get the router reference. I am running into issues where the Login component renders and detects the user is...

I recently had to track down a fairly cryptic error: ``` this.getFlux(...).store is not a function ``` Short story, this error was the result of accidentally passing a promise that...

Upgrades the react-router example to use react-router 1.0-rc1 Was trying to reproduce the issue I'm seeing as documented in https://github.com/BinaryMuse/fluxxor/issues/141 however even after upgrading to react-router 1.0-rc1 I am not...

I'm noob....to reactjs and react native....but wanted to start using Fluxxor with them both. Can fluxxor be used with both ReactJS as well as React Native (which has bridge support...