Skip to content

Commit 2589f3f

Browse files
committed
docs: update recipe list in readme
1 parent 978348d commit 2589f3f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ Instead of traditional documentation **simplux** has these recipes that will sho
3232
- [organizing my application state](recipes/advanced/organizing-application-state#readme)
3333
- [communicating between modules](recipes/advanced/communicating-between-modules#readme) (work-in-progress)
3434
- [managing collections of entities](recipes/advanced/managing-entity-collections#readme) (work-in-progress)
35-
- [performing side effects (like loading data from my API)](recipes/advanced/performing-side-effects#readme) (work-in-progress)
35+
- [performing side effects (like loading data from my API)](recipes/advanced/performing-side-effects#readme)
3636
- [testing side effects](recipes/advanced/testing-side-effects#readme) (work-in-progress)
37-
- [testing my code that triggers side effects](recipes/advanced/testing-code-triggering-side-effects#readme) (work-in-progress)
37+
- [testing my code that triggers side effects](recipes/advanced/testing-code-triggering-side-effects#readme)
3838
- [composing my mutations](recipes/advanced/composing-mutations#readme)
3939
- [composing my selectors](recipes/advanced/composing-selectors#readme)
4040
- [using Reselect for my selectors](recipes/advanced/using-reselect-for-selectors#readme) (work-in-progress)
41-
- [handling event streams (like debouncing user input)](recipes/advanced/handling-event-streams#readme) (work-in-progress)
4241

4342
### React
4443

0 commit comments

Comments
 (0)