hiebj / stately

elegant, type-safe state management
2 stars 1 forks source link

flip arity of `box` #7

Closed hiebj closed 5 years ago

hiebj commented 5 years ago

current:

box(reducer, key)

would be more readable as:

box(key, reducer)

this requires a major release because it is a breaking change. all dependent code will need to be updated.

hiebj commented 5 years ago

released as stately-reducers@0.0.5