Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 197 Bytes

redux.md

File metadata and controls

9 lines (6 loc) · 197 Bytes

redux Preset

Clone of Redux createState(), passes all Redux unit tests.

import createStore from 'three-ducks/lib/presets/redux'

const store = createStore(reducer, initialState);