Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/childrentime/reactuse

Collection of essential React Hooks Utilities.
https://github.com/childrentime/reactuse

react reacthooks reactuse utility-library

Last synced: 6 days ago
JSON representation

Collection of essential React Hooks Utilities.

Awesome Lists containing this project

README

        



reactuse




Bundlephobia


Types


NPM Version


UnLicense

npm i @reactuses/core


Collection of essential React Hooks Utilities.


## QuickStart

```tsx harmony
import { useToggle } from '@reactuses/core'

function Demo() {
const [on, toggle] = useToggle(true)

return (


{on ? 'ON' : 'OFF'}

Toggle
toggle(true)}>set ON
toggle(false)}>set OFF

)
}
```

Refer to [documentations](https://reactuse.com/) for more details.


## Documentation & Live Examples

- [Documentation](https://reactuse.com/)


## Feedback

You can submit an [issue](https://github.com/childrentime/reactuse/issues) or provide feedback on [Discord](https://discord.gg/HMsq6cFkKp).


## Contribute

See the [**Contributing Guide**](https://github.com/childrentime/reactuse/blob/main/CONTRIBUTING.md)

## ChangeLog

See the [**ChangeLog**](https://github.com/childrentime/reactuse/blob/main/packages/core/changelog.md)


## Thanks

This project is heavily inspired by the following awesome projects.

- [streamich/react-use](https://github.com/streamich/react-use)
- [ahooks](https://github.com/alibaba/hooks)
- [vueuse](https://github.com/vueuse/vueuse)


## Sponsor Me

If my work has helped you, consider buying me a cup of coffee. Thank you very muchπŸ₯°!.

[Buy me a coffee](https://www.buymeacoffee.com/lianwenwu)