Merge pull request #398 from romankrru/docs-managing-state-fix-typo

Docs: Fix typo
This commit is contained in:
Juho Teperi 2018-09-03 10:25:29 +03:00 committed by GitHub
commit 09adb7e193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -176,6 +176,7 @@ Reactions are what give `r/atom`, `r/cursor`, and function `r/cursor` and `r/wra
* `derefed` **TODO unclear**
Reactions are very useful when
* You need a way in which components only updates based on part of the ratom state. (reagent/cursor can also be used for this scenario)
* When you want to combine two `ratoms` and produce a result
* You want the component to use some transformed value of `ratom`