We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532044d commit fd47d43Copy full SHA for fd47d43
README.md
@@ -27,7 +27,7 @@ Usually you will have a Store for each Page or Shared Resource that you need to
27
```javascript
28
29
const initialState = {
30
- ...you-initial-data
+ ...yourInitialData
31
}
32
33
const { updateState, getCurrentState, state$ } = createStore(initialState);
@@ -104,4 +104,4 @@ const PluggedTestComponent = plug(streamToProp)(TestComponent);
104
# Future Plans
105
106
- Make RxJs optional
107
-- Use React Hooks instead of a PureComponent inside Plug's HOC
+- Use React Hooks instead of a PureComponent inside Plug's HOC
0 commit comments