ral-fluxthis

2.3.4 • Public • Published

FluxThis NPM version Build Status

Join the chat at https://gitter.im/addthis/fluxthis

The super-opinionated, yell-at-you-for-everything, immutable Flux framework by AddThis.

High Level Objectives

  1. Enforce Flux design patterns
  2. Make debugging extremely easy
  3. Reduce boilerplate and create simple modular apis
  4. Allow individual modules to be used standalone

Documentation

Versioning

It's x.y.z where:

  • x: Something Big Happened
  • y: next release
  • z: strive for bug fix only

Changes

  • v2.3.1 (11/2/15)
    • Moved react to peer dependencies, and ensured compatability with react 0.14
  • v2.2.3 (7/5/15)
    • Fixed registering actions/types in the API Action Creator & Action Creator.
  • v2.2.2 (6/26/15)
    • Fixed bugs in router
  • v2.2.1 (6/3/15)
    • Added support for request headers in the API Action Creator createRequest method
  • v2.2.0 (6/2/15)
    • Incorporated fluxthis es6 generator router expirmental feature
  • v2.1.0 (5/21/15)
    • Deprecated actionSource in Action Creators
    • Deprecated payloadType & actionType in Action Creators. New keys are payload & type, respectively.
  • v2.0.0 (5/21/15)
    • Removed the babel global polyfil in favor of runtime alternative. This means that any projects depending on this polyfil need to require it themselves manually.

Dependents (0)

Package Sidebar

Install

npm i ral-fluxthis

Homepage

fluxthis.io

Weekly Downloads

0

Version

2.3.4

License

Apache-2.0

Last publish

Collaborators

  • redarrowlabs