Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Collection of essential React Hooks Utilities.

License

NotificationsYou must be signed in to change notification settings

childrentime/reactuse

Repository files navigation

ReactUse - Collection of essential React HooksReactUse - Collection of essential React Hooks

NPM VersionNPM DownloadsUnLicenseTree Shaking FriendlyTypeScript Support

MCP Support

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"}

QuickStart

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.


Who's Using This

PDDCtrip


Documentation & Live Examples


Feedback

You can submit anissue or provide feedback onDiscord.


Contribute

See theContributing Guide

ChangeLog

See theChangeLog


Thanks

This project is heavily inspired by the following awesome projects.


Sponsor Me

If my work has helped you, consider buying me a cup of coffee. Thank you very much🥰!.

Buy me a coffee

About

Collection of essential React Hooks Utilities.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors9


[8]ページ先頭

©2009-2025 Movatter.jp