use-state-object

v0.0.4arrow_drop_down
v0.0.4
v0.0.3
v0.0.2
v0.0.1
STATUS
Passing
DOWNLOADS
98
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
3 KB
Creates an state object that will merge will with incoming setState changes.
1 contributor
Install use-state-object as a package?
Copied
npm i @bit/ach5910.mefrontend.utils.use-state-object
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
utils/useStateObject (
initState:Object<string, any>
) : [Object, Function]

Creates an state object that will merge will with incoming setState changes.

Argument
initState: Object<string, any>
Returns
[Object, Function]

Returns the state and the setState updater function

Help and resources