lean-redux

Redux state like local component state

MIT License

Stars
78
Committers
1

Bot releases are visible (Hide)

lean-redux - 3.3.0 Latest Release

Published by esamattis over 7 years ago

Support Redux combineReducers

lean-redux - 3.2.0

Published by esamattis over 7 years ago

Allow this.props access in getInitialState()

lean-redux - 3.1.0

Published by esamattis over 7 years ago

Add dispatch to the handler context

lean-redux - 3.0.1

Published by esamattis almost 8 years ago

Bug fix: Do not pass scope to scoped state in mapState.

lean-redux - 3.0.0

Published by esamattis almost 8 years ago

Only one change: Always create objects for a scope path

See https://github.com/epeli/lean-redux/commit/9cf604ce90d10aa8d906bd98af40ce7bcd606ef9

Previously it used Lodash defaults where number like keys created arrays.

lean-redux - 2.1.1

Published by esamattis almost 8 years ago

  • Allow handlers to call getInitialState
  • Do not pass getInitialState or mapState as props
lean-redux - 2.1.0

Published by esamattis about 8 years ago

The scope option can be a function now.

lean-redux - 2.0.0 Redux state like local state

Published by esamattis about 8 years ago

Small API pivot. Instead of inventing own methods for state updates Lean Redux now mirrors the React Component state API.

lean-redux - 1.1.0

Published by esamattis about 8 years ago

Add getInitialState() method. defaultProps still works.