Likes:
- Use the platform for the UI related things
- Shared module acts as a separate backend (business logic) makes it easy to modularise the apps
- Easy to bootstrap, run, and test apps
Dislikes
* Difficult to debug sometimes
* Maintenance might be a problem if the app grows
* Mundane manual tasks like icon setting for apps and other common functionalities
PS: It is a minimal implementation. Did just for learning:)
Anyone else getting a github 404 on this?
Likes:
- Use the platform for the UI related things
- Shared module acts as a separate backend (business logic) makes it easy to modularise the apps
- Easy to bootstrap, run, and test apps
Dislikes
* Difficult to debug sometimes
* Maintenance might be a problem if the app grows
* Mundane manual tasks like icon setting for apps and other common functionalities
PS: It is a minimal implementation. Did just for learning:)