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