Skip to content

A custom React hook that lets you manipulate an object data structure and get rid of boilerplate.

License

Notifications You must be signed in to change notification settings

filipdanic/use-object

Repository files navigation

NPM

use-object

A custom React hook that lets you manipulate an array data structure without ever needing extra utilities.

👉 Demo site and docs.

Start with:

npm install --save use-object

Then, import and use the hook:

import useMap from 'use-object'
// …in your functional component:
  const [ map, { get, set, update, getIn, remove, replace } ] = useMap(initialMap);

Docs

The complete documentation as well as a live demo is available here.

License

MIT © filipdanic

Related

If you like use-object you might find use-array useful as well.

About

A custom React hook that lets you manipulate an object data structure and get rid of boilerplate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published