---
title: "A simple react state management library without a provider"
url: https://daily.dev/posts/a-simple-react-state-management-library-without-a-provider-llohki5cp
source_url: https://reactjsexample.com/a-simple-react-state-management-library-without-a-provider/
type: article
source: "React.js Examples"
published: 2022-02-19T06:54:37.483Z
updated: 2022-02-19T06:54:37.486Z
tags: ["react", "webdev"]
reading_time: 1
upvotes: 12
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A simple react state management library without a provider

**[React.js Examples](https://daily.dev/sources/reactexample)** · 1 min read · 12 upvotes · 1 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://reactjsexample.com/a-simple-react-state-management-library-without-a-provider/>

## Community discussion

Top comments from developers on daily.dev.

**@gopaldwivedi** · 0 upvotes

> will surely try this!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#react](https://daily.dev/tags/react), [#webdev](https://daily.dev/tags/webdev)

[View this post on daily.dev](https://daily.dev/posts/a-simple-react-state-management-library-without-a-provider-llohki5cp)
