Simple Fetching Library For React

Description:

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:

Simple Fetching Library For React

Add Comment