Skip to content

mscandal/fluxthis

 
 

Repository files navigation

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.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.

About

super-opinionated, yell-at-you-for-everything, immutable Flux framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%