Skip to content

Commit 8641e93

Browse files
christianalfonigitbook-bot
authored andcommitted
GitBook: [master] 10 pages modified
1 parent 9778b47 commit 8641e93

File tree

10 files changed

+24
-162
lines changed

10 files changed

+24
-162
lines changed

SUMMARY.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44
* [Get started](get-started.md)
55
* [Devtools](devtools.md)
66
* [Side effects](untitled.md)
7+
* [Derived state](derived-state.md)
8+
* [Computed values](computed-values.md)
9+
* [Reactions](reactions.md)
710
* [Namespacing](namespacing.md)
8-
* [Organizing apps](organizing-apps.md)
911
* [API](api/README.md)
12+
* [app](api/app.md)
1013
* [action](api/action.md)
14+
* [derived](api/derived.md)
15+
* [namespaces](api/namespaces.md)
16+
* [providers](api/providers.md)
17+
* [state](api/state.md)
1118

api/app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# app
2+

api/derived.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# derived
2+

api/namespaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# namespaces
2+

api/providers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# providers
2+

api/state.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# state
2+

computed-values.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Computed values
2+

derived-state.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Derived state
2+

organizing-apps.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

reactions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Reactions
2+

0 commit comments

Comments
 (0)