use-safe-state
v1.0.1
Published
safely manage functional components state
Maintainers
Readme
use-safe-state
use-safe-state is an utility hook that wraps around react's useState with the aim to prevent the occuring of the famous Can't perform a React state update on an unmounted component error.
Installation
# Yarn
yarn add use-safe-state
# NPM
npm install use-safe-state --saveUsage
Using use-safe-state is as simple as replacing useState hooks with useSafeState.
