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

Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.6.0 to 0.11.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=object-path&package-manager=npm_and_yarn&previous-version=0.6.0&new-version=0.11.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.3 to 15.6.2. Release notes Sourced from react's releases. v15.6.2 15.6.2 (September 25, 2017) All Packages Switch from BSD + Patents to MIT license React DOM Fix...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...

dependencies

There is a typo in a link on the "What is Flux" page, in "Further Reading" section: _For a more in-depth look at the Flux architecture, check out [Flux Application...

Since React has deprecated PropTypes, are there any plans to upgrade Fluxxor to use the new paradigm? Would love to continue using it, just getting tons of errors related to...

The [current lodash dependency requirement](https://github.com/BinaryMuse/fluxxor/blob/master/package.json#L48) is vulnerable to [this CVE](https://nodesecurity.io/advisories/577). This makes all projects that use fluxxor fail an NSP scan. Fix is simply updating to lodash >= 4.17.5.

I'm using React with Fluxxor mixins. What's the recommended way to test my React components that use Fluxxor?