Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiran/awesome-mobx
Awesome list mobx resources
https://github.com/akiran/awesome-mobx
List: awesome-mobx
Last synced: about 2 months ago
JSON representation
Awesome list mobx resources
- Host: GitHub
- URL: https://github.com/akiran/awesome-mobx
- Owner: akiran
- License: mit
- Created: 2016-05-10T02:31:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T06:31:42.000Z (over 7 years ago)
- Last Synced: 2024-10-30T06:57:05.321Z (3 months ago)
- Size: 7.81 KB
- Stars: 57
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - awesome-mobx
README
# awesome-mobx [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> Awesome list mobx resources
### [Mobx](https://github.com/mobxjs/mobx)
### [Documentation of mobx](https://mobxjs.github.io/mobx/)### Tools & libraries
* [**mobx-react** - React bindings to mobx](https://github.com/mobxjs/mobx-react)
* [mobx-react-devtools](https://github.com/mobxjs/mobx-react-devtools)
* [mobx-utils](https://github.com/mobxjs/mobx-utils)
* [mobx-forms](https://github.com/oreqizer/mobx-forms)
* [react-native-mobx](https://github.com/aksonov/react-native-mobx)
* [mobx-connect](https://github.com/nightwolfz/mobx-connect)### Boilerplates
* [mobx-react-boilerplate](https://github.com/mobxjs/mobx-react-boilerplate)
* [mobx-react-typescript-boilerplate](https://github.com/mobxjs/mobx-react-typescript-boilerplate)
* [create-react-app-mobx](https://github.com/mobxjs/create-react-app-mobx/)
* [react-mobx-soundcloud](https://github.com/rwieruch/react-mobx-soundcloud)### Examples
* [mobx-react-todomvc](https://github.com/mobxjs/mobx-react-todomvc)
* [favesound-mobx](https://github.com/rwieruch/favesound-mobx)
* [cosmicapp-voting-app](https://github.com/cosmicjs/cosmicapp-voting-app)
* [task-management](https://github.com/nickuraltsev/task-management)
* [nested-task-list-mobx-react](https://github.com/justinhaaheim/nested-task-list-mobx-react)### Videos
* [Manage Complex State in React Apps with MobX](https://egghead.io/courses/manage-complex-state-in-react-apps-with-mobx)
* [State Management is Easy](https://www.youtube.com/watch?v=ApmSsu3qnf0)
* [Practical React with MobX](https://www.youtube.com/watch?v=XGwuM_u7UeQ)### Blogs
* [Becoming fully reactive: an in-depth explanation of MobX](https://medium.com/@mweststrate/becoming-fully-reactive-an-in-depth-explanation-of-mobservable-55995262a254)
* [Redux or MobX: An attempt to dissolve the Confusion](https://www.robinwieruch.de/redux-mobx-confusion/)
* [Why We Chose MobX Over Redux For Spectacle Editor](https://formidable.com/blog/2016/06/02/why-we-chose-mobx-over-redux-for-spectacle-editor/)
* [Handling React Forms with Mobx Observables](https://blog.risingstack.com/handling-react-forms-with-mobx-observables/)
* [How to Test React and MobX with Jest](https://semaphoreci.com/community/tutorials/how-to-test-react-and-mobx-with-jest)
* [From Redux to MobX in a React SoundCloud Client](https://www.robinwieruch.de/mobx-react/)
* [Building a performant Stopwatch with MobX and React](https://onsen.io/blog/mobx-tutorial-react-stopwatch/)
* [Real time Chat App with OnsenUI and Horizon!](https://onsen.io/blog/onsenui-horizon-rethinkdb-chat/)