@pashoo2/mobx-clean-architecture-boilerplate
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

А boilerplate code for a project that is developed under "Clean architecture" agreements.

But it's not actually "Clean", because it uses Mobx library. But it's done especially to reduce time for developing a frontend project, because it allows for developer to use Aggregates and Entities as a domain Models in MVVM architecture without necessity of writing a separate versions of them as Models. Mobx is widely spreaded nowadays and can be connected to all modern UI frameworks, so you will be able to use or switch to any of them (React, Angular, Vue) without touching of your domain logic written with this boilerplate.

If you need a real "purity" for your domain logic you can use that boilerplate instead of this one.

See docs

Package Sidebar

Install

npm i @pashoo2/mobx-clean-architecture-boilerplate

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

27.9 kB

Total Files

60

Last publish

Collaborators

  • pashoo2