useSetState

About

Manage the state of a Set in React. Exposes add, delete and clear methods along with the current set to easily manipulate values in a set.

Examples

import { useSetState } from "rooks";
export default function App() {
  useSetState();
  return null;
}

Join the community!

Join our discord server! You can click the floating discord icon at the bottom right of the screen and chat with us!

Powered by vercel