Front-End
WIP
Presenter, Container Pattern
TLDR: Presenter components answer how UI is rendered. Container components answer what UI is rendered.
tsconfig
tsconfig.json with comments and explanations
Folder structure
Please refer to Monorepo Architecture tab for more info.
File Naming Convention
We follow the Angular style guide for naming files. The file name should be in kebab-case, not capitalized, and should describe the content of the file. For example, a component file should be named event-card.component.ts
.
Note: Presenter and component files must be prefixed with a .presenter
or a .container
and do not need a .component
suffix
Examples:
event-card.component.tsx
event-card.container.tsx
event-card.presenter.tsx
event.service.tsx
event.helper.tsx
Scaffolding Shadcn Ecosystem Library
-
Find desired library from Awesome Shadcn or elsewhere.
-
Create path aliases