A simple react state management library without a provider. Use the hooks inside your components to create a store. You can create as many store as you want, they will work independently from each other. Just call the set function to update the store, async functions don't matter.
Sort: