Top "Reactjs-flux" questions

Flux is the application architecture that Facebook uses for building client-side web applications with React.

Redux state persistence with a database

From the discussion here it seems that the state of Redux reducers should be persisted in a database. How does …

reactjs flux reactjs-flux redux
How to structure Redux components/containers

I’m using redux and I’m not sure about how to organize my components, I think the best is …

javascript reactjs redux reactjs-flux
What are differences between redux, react-redux, redux-thunk?

I am using React + Flux. Our team is planning to move from flux to redux. Redux is very confusing for …

javascript reactjs redux reactjs-flux react-redux
Invariant Violation: Target container is not a DOM element, when element is in the DOM

So I have a react app using the Backbone router, yet when I try to navigate on DOMContentLoaded, I get: …

javascript reactjs backbone-routing reactjs-flux
Handling a timer in React/Flux

I'm working on an application where I want a timer to countdown from, say, 60 seconds to 0 and then change some …

javascript reactjs reactjs-flux
How to avoid dispatching in the middle of a dispatch

Within my Flux architected React application I am retrieving data from a store, and would like to create an action …

javascript reactjs reactjs-flux
Is it OK to call setState from within shouldComponentUpdate?

In response to a state change, I want to trigger another state change. Is that inherently a bad idea? The …

reactjs reactjs-flux flux
React + Flux - should store data be stored in a component state, or props?

If that the flux store is a singleton that maintains the state of the data why do the components use …

reactjs reactjs-flux refluxjs
Reactjs: Key undefined when accessed as a prop

Tools: Reactjs 0.14.0 Vanilla Flux I need unique identifiers for 2 reasons: Child Reconciliation Keeping track of what child was clicked So …

javascript reactjs flux reactjs-flux
Flux Dispatch.dispatch(...): Cannot dispatch in the middle of a dispatch

My code https://gist.github.com/ButuzGOL/707d1605f63eef55e4af So when I get sign-in success callback I …

flux reactjs-flux