forked from markerikson/react-redux-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters