-
Notifications
You must be signed in to change notification settings - Fork 0
3.1. Frontend solution FS1
harisux edited this page Feb 11, 2023
·
7 revisions
./frontend-solution-f1
Angular with Material UI
- Angular, as a first try due to familiarity
Choosing a component based solution since I don't expect the UI's to be too customized or complex. Having out of the box components for common use-cases like buttons, forms, tables, etc. should suffice.
Also the 'angular material' one since it is a common / defacto solution and hopefully straightforward.
- Trying to code in a reactive way without subscribes as described here
- More declarative than imperative