Repository - API - Source
local
HOC with react-redux connect
react-redux
as a peer dependencylocal
HOC( thanks @kuon )local
HOClocal
key
local
.
Configuration now can be defined aslocal({
key: (props, context) => ...,
createStore: (props, existingState, context) => ...
persist: (props, context) => ...
})
mergeReducers
utility in 'redux-fractal/utils'redux-fractal
to reduxFractalTriggerComponent and reduxFractalCurrentComponent to prevent
name collisions with user code.persist
flag configurable by being able to define it also as a function of propslocal
HOC with a persist
boolean flag