Skip to content

Commit 1f16ce1

Browse files
committed
TODO docs
1 parent a655737 commit 1f16ce1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ The mantra an Action is a command to do something is still true: in that case it
7878
Whenever a `SideEffect` needs to know the current State it can use `GetState` to grab the latest state from Redux Store.
7979
`GetState` is basically just a function `() -> State` to grab the latest State anytime you need it.
8080

81+
### Selector
82+
83+
TODO
84+
8185
## Usage
8286

8387
### Version 2.x: Prefer to use `RxReduxStore` over `ReduxStoreStreamTransformer`, but have same concept as version 1.x

0 commit comments

Comments
 (0)