0.0.1 • Published 5 years ago

ts-appstate v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

app-state

Goals

  • patterns and simple solutions to support model-driven development in frontend projects; primarily angular
  • being able to have a rich and framework-independent domain model
  • antipattern to be avoided: anemic data model
  • the domain model should consist of immutable classes
  • should support RxJs 6
    • state updates should be observable

If you would like to apply TDD in a framework-agnostic fashion, like the idea of rich domain models and domain-driven design, and you are not satisfied with existing state management solutions, then continue reading reading.

Core concepts

Selectors

Rewriters