flux icon indicating copy to clipboard operation
flux copied to clipboard

Application Architecture for Building User Interfaces

Results 6 flux issues
Sort by recently updated
recently updated
newest added

Peer dependencies do not include react-18 which causes installation errors. ``` ❯ npm i flux --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...

Hi, When attempting to extend FluxContainer and create a class from it on the server side in Node v6.x, the component throws an error when instantiated: ``` TypeError: Class constructor...

bug

I have a component like this: ``` class MyComponent extends React.Component { static getStores() { return [MyStore]; } static calculateState(prevState:State, props:Props):State { return {}; } doSomething = () => {...

I have one Flux store that is imported by two components. One a security based component and the other an app business data view. That Login.js component successfully logs in...

`FluxContainer` contains `componentWillReceiveProps`. Does flux fix this problem?

https://github.com/facebook/flux/blob/master/docs/Flux-Utils.md has a capital T show up often in the section on ReduceStore but I see no explanation of what it is supposed to mean. Is this copy-pasta of markup...