- feat: add useScratch hook.
Unclaimed project
Are you a maintainer of reactuse? Claim this project to take control of your public changelog and roadmap.
If you want to use the MCP (Meta Command Protocol) integration with reactuse, you can easily set it up with the following configuration. This allows you to run the @reactuses/mcp utility via npx for enhanced command-line support and automation.
Add the following to your configuration:
"@reactuses/mcp": {
"command": "npx",
"args": ["-y", "@reactuses/mcp@latest"],
"type":...
Modified the runtime behavior of the following hooks to ensure concurrent mode safety:
Warning: These changes will affect your applications. Using unstable references as prop parameters in these hooks may trigger infinite React re-renders, since these props are now incl...