Open fahad19 opened 6 years ago
import { compose, withReducer } from 'frint-props'; const props$ = compose( withReducer( 'counterState', 'dispatchCounter', (state, action) => state, { counter: 0 } ) )();
withState( stateName: string, dispatchName: string, reducer: (state, action) => state, initialState )
Usage example
API