Frontend Development — overview
Purpose: Index of frontend reference pages and the AEM frontend stack at a glance.
Who this page is for
| Audience | Why it matters to you |
|---|---|
| Frontend engineers | Your home section |
The stack
ui.frontend (TS/Sass, webpack) ──build──▶ clientlibs ──▶ pages
HTL templates + dialogs ──deploy──▶ /apps ──▶ server-rendered HTML
Core Components + Style System ──config──▶ policies ──▶ authorable variety
| Page | Reach for it when… |
|---|---|
| HTL deep dive | Any templating question |
| HTL vs JSX | Translating React habits |
| ClientLibs deep dive | Bundling, ordering, caching CSS/JS |
| Core Components | Before building anything from scratch |
| Style System | Component variants without code forks |
| SPA editor overview | React/Angular apps inside AEM authoring |
| Responsive grid | Layout container behaviour |
| Frontend build integration | ui.frontend workflow |
| Accessibility | Always |