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 13cb73c commit ed02501Copy full SHA for ed02501
README.md
@@ -77,7 +77,7 @@ The `Counter` component starts with an initial state of `{ count: 0 }`. Note tha
77
78
The `reducer` will receive this action and act accordingly. In our case, it will return an `Update()` effect with the modified state.
79
80
-ReComponent comes with four different types of effects:
+ReComponent comes with four different types of [effects](https://github.com/philipp-spiess/react-recomponent#effects):
81
82
- `NoUpdate()` to signalize that nothing should happen.
83
- `Update(state)` to update the state.
0 commit comments