This is a React custom hook meant for assisting in the retrieval of remote data and the caching of it once acquired using redux.
Read the documentation, if there's a concept you'd like further explained or a feature you would like requested you can open an issue.
- Allow for custom reducer names
- Internalize state management so
reducer
does not need to be exported Allow passing a function instead of a number tottl
in case it needs to be determined programmatically.- Mask my personal email address with GitHub's privacy email address
- Implement dependency array to replace
resourceId
- Somehow get a unique identifier from supplied
getResource
function to replaceresourceId