We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a655737 commit 1f16ce1Copy full SHA for 1f16ce1
README.md
@@ -78,6 +78,10 @@ The mantra an Action is a command to do something is still true: in that case it
78
Whenever a `SideEffect` needs to know the current State it can use `GetState` to grab the latest state from Redux Store.
79
`GetState` is basically just a function `() -> State` to grab the latest State anytime you need it.
80
81
+### Selector
82
+
83
+TODO
84
85
## Usage
86
87
### Version 2.x: Prefer to use `RxReduxStore` over `ReduxStoreStreamTransformer`, but have same concept as version 1.x
0 commit comments