Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ That's one advantage of using `StatePool.useState` but there are many more, you'


## Store based example
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a tone of features on top of it.
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a ton of features on top of it.

Here are steps for managing state with a store
1. Create a store(which is basically a container for your state)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "state-pool",
"private": true,
"version": "0.10.1",
"version": "0.10.2",
"description": "Transform your React app with our state management library! Declare global and local states like variables, powered by the magic of React hooks 🪄✨",
"license": "MIT",
"homepage": "https://github.com/yezyilomo/state-pool/blob/master/README.md",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/introduction/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ That's one advantage of using `StatePool.useState` but there are many more, you'


# Store based example
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a tone of features on top of it.
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a ton of features on top of it.

Here are steps for managing state with a store
1. Create a store(which is basically a container for your state)
Expand Down