Skip to content

[FE] - introduce architecture for state management #545

@mburri

Description

@mburri

There is currently no state management library used in the frontend. The application service (app.service.ts) is capable of holding global state - but there is no clear architecture nor a guide on how to use this.

TODO:

  • decide if it makes sense to use a state management library for liima
    • candidates could be:
      • ngrx
      • ngxs
      • angular-redux
  • or if we go with bulid-in angular features - (rxjs)
    • advantage: no additional dependecies needed.

I'd go for the last approach and clean up the current "mess"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions