1.1.1 โ€ข Published 7 months ago

@utiliser/react-hooks v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

๐Ÿงช Explore

๐Ÿ“– Prerequisite

๐Ÿช Install

using NPM:

npm install @utiliser/react-hooks

using Yarn:

yarn add @utiliser/react-hooks

๐Ÿ’… Usage

import { useOnline } from '@utiliser/react-hooks'

const App = () => {
	const { isOnline } = useOnline()

	return <p>{isOnline ? 'Online' : 'Offline'}</p>
}

export default App

โœจ Inspired By

๐Ÿฅท Crafted

๐Ÿ“ƒ License

MIT License ยฉ 2022-PRESENT Virak Khun

1.1.1

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago