A simple and powerful API client for React. Use hooks or FACCs to fetch data in easy way. No dependencies!
Features:
- Zero dependencies (react, react-dom as peer deps)
- Provides hooks and FACC’s (Function as Child Components)
- Uses Fetch API
- Request and response interceptors allows to easily customize connection with API
- React Suspense support
- TypeScript support
- 2.2k minizipped
- Simple cache provider – easily to extend
Installation:
# Yarn $ yarn add react-fetching-library # NPM $ npm install react-fetching-library --save
Preview:
Download Details:
Author: marcin-piela
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/marcin-piela/react-fetching-library
License: MIT