React Recomponent Versions Save

🥫 Reason-style reducer components for React using ES6 classes.

v1.0.0-rc.3

5 years ago
  • Added TypeScript definitions. (#12)

v1.0.0-rc.2

5 years ago
  • Breaking: Remove Unstable Immutable.js API. (#17)
  • Upgrades development dependencies. (#18)

v1.0.0-rc.1

5 years ago
  • Breaking: Removes the deprecated class-property reducer option. (#10)
  • Breaking: Update Flow type definitions to require all actions to be typed as a union type, instead of simply providing the action types. (#7)
  • Breaking: Prefixes unstable API with unstable_ to follow React's naming conventions. This only affects the Immutable.js-specific API which is currently not documented. (#11)

v0.2.0

5 years ago
  • Deprecates the class-property reducer in favor of a static reducer to limit side-effects. (#4)
  • Side effect callbacks now get a reference to the component instance passed as their first argument. This will allow access to a components properties. (#4)

v0.1.3

5 years ago
  • Avoids re-rendering when emitting the NoUpdate or SideEffects effects.

v0.1.2

5 years ago
  • Updates examples to make use of React's default way of setting initial state.
  • Renames initialState to initialImmutableState to make it clear this is only used for the experimental Immutable.js support (this feature is undocumented yet - please have a look into the tests to learn more).

v0.1.1

5 years ago
  • Adds module bundling to fix issues when importing this library via npm.
  • Uses process.env.NODE_ENV for determining production environment instead of __DEV__.

v0.1.0

5 years ago
  • Adds Flow type definitions.