@saramorillon/react-carousel
v1.0.13
Published
Carousel for React
Downloads
4
Readme
hooks
React hooks utilities
Installation
With NPM
npm install @saramorillon/hooks
Or with Yarn
yarn add @saramorillon/hooks
Usage
useFetch
import React from 'react'
import { useFetch } from '@saramorillon/hooks'
async function fetch() {
// Fetch resource
}
function MyComp() {}