danghoangzxje-hooks
v1.0.0
Published
custom hooks in Reactjs
Maintainers
Readme
tapas-countries
A ReactJS custom hook information.
🫶 Support
Liked it? You can show your support with a STAR(⭐).
How to use it?
You can use the project in this way:
Install
# with npm
npm install dhoangzxje-hook
# with yarn
yarn add dhoangzxje-hookUsage
- Import the package in your app:
import {useFetch} from 'dhoangzxje-hook';- Get the country information from the hook:
const {loading, error, data} = useCountry('https://...')'