-
Notifications
You must be signed in to change notification settings - Fork 0
3.1. Frontend solution FS1
Haris Chaudhry Mendívil edited this page Jan 8, 2024
·
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.
Using the flexbox layout approach to arrange elements that require a specific positioning.
- Trying to code in a reactive way using RxJS as described here
- More declarative than imperative (minimizing subscribes)
- Standalone components approach, as described here
- Trying the new typed forms
- Implementing pagination with MatTable + fetching items per page (API integration)