1.0.0 • Published 10 years ago
feathers-action-creators v1.0.0
feathers-action-creators
create redux action creators to be reduced by feathers reducer
install
with npm:
npm install --save feathers-action-creatorsapi
createActionCreators(serviceName, config)
given the following arguments:
service: a required feathers service, probably withfeathers-clientconfig: an requiredObjectconfig.cid: a requiredFunctionthat returns a unique client id, suchcuidconfig.key: an optionalStringthat describes the default key (e.g. 'id')
returns an Object of redux action creators
1.0.0
10 years ago