1.0.11 • Published 5 years ago

react-rest-reducers v1.0.11

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

React REST Reducers (Hook)

Coming Soon

ArgumentDescriptionType
urlThe endpoint to configure Axios instanceString (required)
keyThe singular resource name returned from server (will auto-pluralize in state reference)String (required)
runOnInitShould it fetch right away?Boolean
redirectOnSearchThe URL to redirect search queriesString
strategyThe name of the form library used to handle data requestsString (default "Formik")
decoratorsAn object of value transformers to run before making requests. Pass keys with HTTP verbs (i.e. "post")Object
locationReact router's location propsObject
historyReact router's history propsObject