3,807 packages matching “setState”
zustand-create-setter-fn
v1.0.5 · 11 months ago
A fully type safe utility for Zustand that allows you to easily update state using React style `setState` functions (framework agnostic, doesn't require React).
No known vulnerabilities
minar-react-update
v0.5.1 · 6 years ago
Make setState easily and immutably
No known vulnerabilities
react-stateful-fn
v0.1.0 · 9 years ago
Stateful functional components for React. Because functional setState is your friend.
No known vulnerabilities
@render-props/debounce
v0.1.13 · 7 years ago
A state container which limits the frequency with which setState can be called using lodash's debounce function. By default, `setState` is invoked on the trailing edge of the debounce call. If `leading` and `trailing` options are `true`, func is invoked
No known vulnerabilities
safe-state
v1.0.4 · 7 years ago
React Native wrapper for setState to prevent state manipulation on unmounted components.
No known vulnerabilities
@tiencoffee/reactive
v1.1.1 · 7 years ago
Change React state directly without setState, just like Vue.
No known vulnerabilities
react-redux-setstate
v0.1.0 · 8 years ago
A HOC that overrides the React setState API to use Redux for storing component state.
No known vulnerabilities
use-latest-version
v1.2.4 · 5 years ago
The React setState hook for out-of-order updates — now in your control.
No known vulnerabilities
state-observer
v1.0.14 · 6 years ago
``` createStore (defaultState: Object) => { getState: () => Object; setState: (newState: Object); connect: (mapStateToProps: Object, func: Function); } ```
No known vulnerabilities
usecb
v1.0.0 · 6 years ago
like classComponent setState callback
No known vulnerabilities
react-use-batched-state
v1.0.5 · 5 years ago
React hook similar to `setState` but allowing for batched updates
No known vulnerabilities
@ejp/react-global-state
v0.2.0 · 6 years ago
Share state around an app with familiar React setState like syntax
No known vulnerabilities
@npmqg/hooks-setstate
v1.17.3 · 9 months ago
自定义 useState
No known vulnerabilities
react-hooks-expand
v1.0.0 · 6 years ago
use hooks setState like class components setState
No known vulnerabilities
@ugurilter/usestatecallback
v1.0.5 · 6 years ago
React setState callback implementation on useState hook
No known vulnerabilities
apply-action
v1.0.0 · 2 years ago
Apply a react setState action
No known vulnerabilities
@jonstuebe/react-redux
v0.1.3 · 8 years ago
react-redux that runs on setState and the new react context api
No known vulnerabilities
use-clamped
v1.0.0 · 2 years ago
A clamped setState
No known vulnerabilities
react-hooks-global-state
v2.1.0 · 3 years ago
Simple global state for React with Hooks API without Context API
No known vulnerabilities
react-global-state
v0.1.2 · 9 years ago
Sometimes you want global state in React, but you don't want the added complexity of using Redux. What if calling `setState` could update your entire state tree?
No known vulnerabilities