Tiny React State Management Library – constate

Description:

A tiny React state management library that lets you work with local state and scale up to global state with ease when needed.

Installation:

# Yarn
$ yarn add constate
# NPM
$ npm install constate --save

Preview:

constate

Add Comment