Skip to content

Commit ed02501

Browse files
Add link to the effects API docs
1 parent 13cb73c commit ed02501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The `Counter` component starts with an initial state of `{ count: 0 }`. Note tha
7777

7878
The `reducer` will receive this action and act accordingly. In our case, it will return an `Update()` effect with the modified state.
7979

80-
ReComponent comes with four different types of effects:
80+
ReComponent comes with four different types of [effects](https://github.com/philipp-spiess/react-recomponent#effects):
8181

8282
- `NoUpdate()` to signalize that nothing should happen.
8383
- `Update(state)` to update the state.

0 commit comments

Comments
 (0)