Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of React+Mobx app with Clean Architecture applied #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Your contributions and suggestions are heartily welcome. =^.^=
* [Development Tools](#development-tools)
* [FAQ](#faq)
* [Publications](#publications)
* [Books](#books)
* [Books](#books)
* [Videos](#videos)
* [Tutorials](#tutorials)
* [Articles / blogs explaining the inner working of MobX](#articles--blogs-explaining-the-inner-working-of-mobx)
Expand Down Expand Up @@ -344,6 +344,7 @@ Your contributions and suggestions are heartily welcome. =^.^=
* [Nested task list prototype built with React + MobX and Material-ui](https://github.com/justinhaaheim/nested-task-list-mobx-react)
* [Frontend only: MobX + create-react-app + Unsplash API](https://github.com/nahueld/portfolia)
* [A multiplayer card game built using socket.io, nodejs, typescript, react, mobx](https://github.com/shanmugharajk/react-card-game)
* [React+Mobx application with Clean Architecture applied](https://github.com/harunou/react-mobx-clean-architecture)

#### Code example projects on codesandbox.io (or similar)

Expand Down Expand Up @@ -414,7 +415,7 @@ Your contributions and suggestions are heartily welcome. =^.^=
MobX-based apps
* [mobx-input](https://github.com/tomaash/mobx-input) Form validation for MobX
and react-bootstrap.
* [mobx-binder](https://github.com/metro-nom/mobx-binder) Convenient way of handling form state and validation
* [mobx-binder](https://github.com/metro-nom/mobx-binder) Convenient way of handling form state and validation
in a React + MobX web app
* [dumba](https://github.com/ivandotv/dumba) Small library (2.4kb) for working with forms. [Demo](https://dumba-demo.netlify.app/)
* [Form abstraction in one fiddle](https://jsfiddle.net/darthapo/k63ujjsp/)
Expand Down