Skip to content

Commit

Permalink
added mobX links
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakston committed Oct 1, 2016
1 parent b9bd4c1 commit 8c72b63
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions MobX-tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
### MobX Tutorials


#### Basic Introductions
- **MobX Docs**
https://github.com/mobxjs/mobx
The official MobX documentation. They also have an [interactive 10 minutes introduction](https://mobxjs.github.io/mobx/getting-started.html) to get started with MobX and React.
I would suggest you also take a look at their [API overview](https://mobxjs.github.io/mobx/refguide/api.html).

- **Getting Started with MobX - Video Series**
[MobX introduction tutorial by LearnCode.academy](https://www.youtube.com/watch?v=_q50BXqkAfI)
A quick two videos introduction to MobX, how to set it up get start coding a simple ToDo App.

- **Managing complex state in React - Video Series**
[Manage Complex State in React Apps with MobX](https://egghead.io/courses/manage-complex-state-in-react-apps-with-mobx)
MobX fundamentals including debugging with the MobX-react devtools.

- **Introduction video to MobX with React - Video**
[Practical React with MobX](https://www.youtube.com/watch?v=XGwuM_u7UeQ)
In depth introduction to MobX with React including 'Why mobx' (all coded with ES5).

- **Comparing MobX and Redux - Video**
[Comparing MobX and Redux](https://www.youtube.com/watch?v=83v8cdvGfeA)
A great video to understand the differences between MobX and Redux.

- **React Native with MobX — Getting Started**
[Medium article](https://medium.com/@dabit3/react-native-with-mobx-getting-started-ba7e18d8ff44#.s9xqrdxxg)
An introduction article about combining MobX and React Native to create a simple list app.

#### Testing
- **Testing React and MobX**
[How to Test React and MobX with Jest](https://semaphoreci.com/community/tutorials/how-to-test-react-and-mobx-with-jest?utm_content=buffer15b42&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ You might also want to check out my categorized list of Redux-related addons, li
- [React Tutorials](react-tutorials.md)
- [Flux Tutorials](flux-tutorials.md)
- [Redux Tutorials](redux-tutorials.md)
- [MobX Tutorials](MobX-tutorials.md)

#### Intermediate Concepts
#### Intermediate Concepts

- [Using React with ES6](using-react-with-es6.md)
- [Functional Programming](functional-programming.md)
Expand Down Expand Up @@ -105,4 +106,3 @@ All of the links in this collection are worth reading, but there's obviously a L
- **Redux Best Practices**
https://medium.com/lexical-labs-engineering/redux-best-practices-64d59775802e
Guidelines for tools, component structure, file layout, and async data handling

0 comments on commit 8c72b63

Please sign in to comment.