WebFrontend
- Knowledge
- For contents display: present information with light interaction i.e. static websites
- For interactive application: more interactions, logins, dashboards, etc.
- e.g. React.js, Next.js
- A Compiler Approach: Svelte compiles its concise syntax codes into tailored JS/CSS for fast speed and less run-time codes at browser side
- For Cross-platform especially Desktop: Electron
- CSS Frameworks
- Tailwind: Utility classes like background, font to be combined together to style HTML without writing a lot of custom CSS
- Bootstrap, Bulma, Tailwind UI: components ready to be used
- tooling
- online编辑编译渲染大家都用 https://stackblitz.com/
- writings
- relevant
1 page links here
CS
WebFrontend