Data-fetching & Caching Framework for REST APIs
"resourcerer is a library for declaratively fetching and caching your application's data. Its powerful
useResourcesReact hook orwithResourceshigher-order React component (HOC) allows you to easily construct a component's data flow, including:
- Serial requests
- Prioritized rendering for critical data (enabling less critical or slower requests to not block interactivity)
- Delayed requests
- Prefetching
- Inter-model syncing
- ...and more
resourcerer is built explicitly for REST APIs, has zero dependencies and is < 6kB!"