JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q42694F
  • License ISC

todo project following uncle bob clean architecture patterns

Package Exports

  • @domisoft/todo-clean-architecture

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@domisoft/todo-clean-architecture) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Other project i started https://github.com/benarso/angular-cleaner-architecture/blob/master/src/app/todo/presentation/presenter/todo-presenter.service.ts

Tools to try

Mono repos

https://nx.dev/angular/tutorial/01-create-application

https://nx.dev/angular/getting-started/getting-started

From mail sent to myself

https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/todo/presentation

https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/todo/presentation

https://github.com/pnowak2/angular-architecture-ideas/blob/master/src/app/tutorial/data/repository/flexible-pokemon.repository.ts

https://github.com/pnowak2/angular-architecture-ideas/tree/master/src/app

https://jasonwatmore.com/post/2019/02/13/react-rxjs-communicating-between-components-with-observable-subject

Opened Tabs

https://www.toptal.com/android/benefits-of-clean-architecture-android

https://github.com/tomaszczura/location-registry/tree/master/app/src/main/java/com/astalos/locationregistry/domain

https://medium.com/@thegiraffeclub/angular-clean-architecture-approach-fcfe32e983a5

https://medium.com/intive-developers/approach-to-clean-architecture-in-angular-applications-hands-on-35145ceadc98?

https://github.com/im-a-giraffe/angular-clean-architecture/blob/master/src/app/presentation/elephant-card-list/elephant-card-list.component.ts

https://proandroiddev.com/multiple-ways-of-defining-clean-architecture-layers-bbb70afa5d4a

https://github.com/igorwojda/Android-Showcase#architecture

https://github.com/angularlicious/angular-architecture

https://github.com/JasonGT/CleanArchitecture

https://github.com/bufferapp/android-clean-architecture-boilerplate/tree/master/domain/src/main/java/org/buffer/android/boilerplate/domain

https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app

https://github.com/phodal/clean-frontend/tree/master/src/app

https://www.codecademy.com/articles/react-setup-i

Bookmarked to read later

https://medium.com/@thegiraffeclub/angular-clean-architecture-approach-fcfe32e983a5

https://github.com/JasonGT/CleanArchitecture/tree/master/src/Application/Common

https://proandroiddev.com/multiple-ways-of-defining-clean-architecture-layers-bbb70afa5d4a

https://github.com/igorwojda/Android-Showcase#architecture

https://github.com/bufferapp/android-clean-architecture-boilerplate#architecture

https://github.com/angularlicious/angular-architecture

https://github.com/bufferapp/android-clean-architecture-boilerplate/tree/master/domain/src/main/java/org/buffer/android/boilerplate/domain/interactor

https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/core/domain

https://www.freecodecamp.org/news/a-typescript-stab-at-clean-architecture-b51fbb16a304/

https://www.toptal.com/android/benefits-of-clean-architecture-android

https://dev.to/phodal/clean-architecture-for-frontend-in-action-1aop

https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html

Notes

singleusecase, observableusecase https://github.com/benarso/angular-cleaner-architecture/tree/master/src/app/core/domain

consider using viewmodel as models of view, separate from domain models consider using presenter instead of facade

https://github.com/benarso/angular-cleaner-architecture/blob/master/src/app/todo/presentation/presenter/todo-presenter.service.ts

completable usecase idea of side effects run maybe ? (subscribes automatically) https://github.com/bufferapp/android-clean-architecture-boilerplate/blob/master/domain/src/main/java/org/buffer/android/boilerplate/domain/interactor/CompletableUseCase.kt