redux-rest-helper-for-loopback
v0.3.5
Published
Redux rest helper help you to create rest Actions and Reducers
Downloads
79
Readme
redux-rest-helper-for-loopback
Redux rest helper help you to create rest Actions and Reducers
Install
npx install-peerdeps redux-rest-helper-for-loopbackUsage
const actions = actionCreator('TEST', requestCreator('/'), push, notifError);
const red = reducerCreator('TEST', { name: '' });
export default red.getReducer();