Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork133
Collection of essential React Hooks Utilities.
License
childrentime/reactuse
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
If you want to use the MCP (Model Context Protocol) integration with reactuse, you can easily set it up with the following configuration. This allows you to run the@reactuses/mcp utility vianpx for enhanced command-line support and automation.
Add the following to your configuration:
"@reactuses/mcp": {"command":"npx","args": ["-y","@reactuses/mcp@latest"],"type":"stdio"}
import{useToggle}from'@reactuses/core'functionDemo(){const[on,toggle]=useToggle(true)return(<div><div>{on ?'ON' :'OFF'}</div><buttononClick={toggle}>Toggle</button><buttononClick={()=>toggle(true)}>set ON</button><buttononClick={()=>toggle(false)}>set OFF</button></div>)}
Refer todocumentations for more details.
You can submit anissue or provide feedback onDiscord.
See theContributing Guide
See theChangeLog
This project is heavily inspired by the following awesome projects.
If my work has helped you, consider buying me a cup of coffee. Thank you very much🥰!.
About
Collection of essential React Hooks Utilities.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.

