React Refetch
JSON →A simple, declarative, and composable way to fetch data for React components. Current stable version is 3.0.1, last updated in 2020. It provides a higher-order component (connect) and decorators to declaratively specify data dependencies. Key differentiators include automatic request deduplication, caching, and support for refreshing data (e.g., with React Hot Loader). However, the package is effectively unmaintained, with no updates since 2017, and works only with React class components (not hooks). No longer recommended for new projects.
Resources
packagereact-refetch ↗