Top "Refluxjs" questions

A simple library for uni-directional dataflow application architecture inspired by ReactJS Flux

How does react-router pass params to other components via props?

Thus far, the extent of my knowledge about how properties are passed from one component to another via parameters is …

javascript reactjs reactjs-flux react-router refluxjs
Refreshing children state from parent React

I have a table with some data and each element in the table is a React class component. It looks …

javascript reactjs refluxjs
How to mock specific function in object using Jest?

I'm testing a React/Reflux application using Jest. I have the following function in a store: onLoad: function() { console.log("…

mocking tdd reactjs jestjs refluxjs
What is the core difference of redux & reflux in using react based application?

Recently I conducted a preliminary study on developing an E-commerce site and discovered that redux and reflux both come from …

reactjs redux software-design flux refluxjs
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
React: Rendering a list in reverse order

I'm building an app with React and Reflux, and I am trying to render a list of items in a …

javascript reactjs refluxjs khan-academy reactcsstransitiongroup
Where to put business logic in redux? action or store

i come from Reflux to Redux. in Reflux your business logic is exist only in store but in Redux its …

redux redux-thunk refluxjs
Endless loop rendering component on ReactJs

I'm facing an infinite loop issue and I can't see what is triggering it. It seems to happen while rendering …

javascript reactjs react-router refluxjs
React + Flux: Getting initial state into a store

We have recently switched over to React + Flux from Angular to build a rather complex business application. Taking the approach …

javascript reactjs reactjs-flux refluxjs
How to detect child renders in a parent component in react.js

I'm trying to cache the rendered markup of the App component. I know that this is somehow "against the rules" …

javascript reactjs refluxjs