File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments