Skip to content

Commit 1a2b17d

Browse files
christianalfonigitbook-bot
authored andcommitted
GitBook: [master] 2 pages and one asset modified
1 parent cbc84eb commit 1a2b17d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitbook/assets/256x256.png

6.71 KB
Loading

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,9 @@ test('should get items', async () => {
9898

9999
Overmind has you covered on typing. If you choose to use Typescript the whole API is built for excellent typing support. You will not spend time telling Typescript how your app works, Typescript will tell you!
100100

101+
## RUNNING CODESANDBOX
102+
103+
![](.gitbook/assets/256x256.png)
104+
105+
Overmind is running the main application of [codesandbox.io](https://codesandbox.io). With its state and effects complexity Codesandbox benefits greatly by Overmind using Typescript.
106+

SUMMARY.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* [State](features/defining-state.md)
1212
* [Actions](features/writing-application-logic.md)
1313
* [Effects](features/running-side-effects.md)
14+
* [Typescript](features/typescript.md)
1415
* [Operators](features/going-functional.md)
1516
* [Statecharts](features/statecharts.md)
1617
* [Server Side Rendering](features/server-side-rendering.md)
1718
* [Testing](features/testing.md)
18-
* [Typescript](features/typescript.md)
1919
* [GraphQL](features/graphql.md)
2020

2121
## View layers
@@ -31,10 +31,6 @@
3131
* [Managing lists](guides-1/managing-lists.md)
3232
* [State first routing](guides-1/state-first-routing.md)
3333

34-
## Videos
35-
36-
* [Overmind introduction](https://youtu.be/82Aq_ujnBQw)
37-
3834
## API <a id="api-1"></a>
3935

4036
* [action](api-1/action.md)

0 commit comments

Comments
 (0)