Skip to content

Commit 42baea2

Browse files
committed
readme
1 parent 737bc2a commit 42baea2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,14 @@ TODO
196196
- Complete examples
197197
- Support updates with a function (like `setState(oldState => newState)`)
198198

199+
200+
# FAQ
201+
202+
### Is this another state management library?
203+
204+
No. You can use this lib for whatever you want (including global state management) as long as it makes your life simple. For example, if you have a complex page and passing props and callbacks down becomes complicated you can create an updatable context fot that page.
205+
206+
207+
# License
208+
209+
MIT

0 commit comments

Comments
 (0)