easy way to create a shared state to the entire application
The library allows to manage global state easy. It is based on React Context API and allows to pass states (values & set functions) to children components via Context.
Very lightweight and most efficient implementation for react global state,just using react hooks. Magic !
The easiest to integrate, global state management library for React based on Context API