Skip to content

Commit

Permalink
restored getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Oct 14, 2019
1 parent b3ba479 commit c88be97
Show file tree
Hide file tree
Showing 30 changed files with 98,028 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/LINKS.md
Expand Up @@ -2,7 +2,7 @@

# Resources

- [Ten minute interactive introduction to MobX and React](https://mobxjs.github.io/mobx/getting-started.html#demo)
- [Ten minute interactive introduction to MobX and React](https://mobx.js.org/getting-started.html#demo)
- How MobX works: [In depth explanation of MobX](https://medium.com/@mweststrate/becoming-fully-reactive-an-in-depth-explanation-of-mobservable-55995262a254#.wnlo6bw8y)
- Clone the boilerplate repository containing the above example from: https://github.com/mweststrate/react-mobservable-boilerplate.
- Or fork this [JSFiddle](https://jsfiddle.net/mweststrate/wgbe4guu/).
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -64,7 +64,7 @@ _Tip: the main entry point of the MobX 5 package ships with ES5 code for backwar
## Getting started

- <i><a style="color: white; background:green;padding:5px;margin:5px;border-radius:2px" href="https://egghead.io/courses/manage-complex-state-in-react-apps-with-mobx">egghead.io course</a></i>
- [Ten minute, interactive MobX + React tutorial](https://mobxjs.github.io/mobx/getting-started.html)
- [Ten minute, interactive MobX + React tutorial](https://mobx.js.org/getting-started.html)
- <img src="assets/book.jpg" height="80px"/> [The MobX book](https://books.google.nl/books?id=ALFmDwAAQBAJ&pg=PP1&lpg=PP1&dq=michel+weststrate+mobx+quick+start+guide:+supercharge+the+client+state+in+your+react+apps+with+mobx&source=bl&ots=D460fxti0F&sig=ivDGTxsPNwlOjLHrpKF1nweZFl8&hl=nl&sa=X&ved=2ahUKEwiwl8XO--ncAhWPmbQKHWOYBqIQ6AEwAnoECAkQAQ#v=onepage&q=michel%20weststrate%20mobx%20quick%20start%20guide%3A%20supercharge%20the%20client%20state%20in%20your%20react%20apps%20with%20mobx&f=false) by Pavan Podila and Michel Weststrate (which despite its name is in-depth!)
- [Official MobX 4 documentation and API overview](https://mobxjs.github.io/mobx/refguide/api.html) ([MobX 3](https://github.com/mobxjs/mobx/blob/54557dc319b04e92e31cb87427bef194ec1c549c/docs/refguide/api.md), [MobX 2](https://github.com/mobxjs/mobx/blob/7c9e7c86e0c6ead141bb0539d33143d0e1f576dd/docs/refguide/api.md))
- Videos:
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/concepts.md
Expand Up @@ -93,4 +93,4 @@ todoStore.todos[0].completed = true
// -> synchronously prints 'Completed 1 of 1 items'
```

In the [10 minute introduction to MobX and React](https://mobxjs.github.io/mobx/getting-started.html) you can dive deeper into this example and build a user interface using [React](https://facebook.github.io/react/) around it.
In the [10 minute introduction to MobX and React](https://mobx.js.org/getting-started.html) you can dive deeper into this example and build a user interface using [React](https://facebook.github.io/react/) around it.
2 changes: 1 addition & 1 deletion website/i18n/en.json
Expand Up @@ -121,7 +121,7 @@
"sidebar_label": "objects"
},
"refguide/observable-decorator": {
"title": "@obsevable",
"title": "@observable",
"sidebar_label": "@observable"
},
"refguide/observable": {
Expand Down

0 comments on commit c88be97

Please sign in to comment.