Learn how to make web sites and web applications without build tools or frameworks, with just an editor, a browser, and web standards.
- Components
- Use web components to make higher-level primitives
out of plain HTML, JavaScript, and CSS. - Styling
- Leverage modern CSS to replace the conveniences
of CSS Modules, PostCSS, or SASS. - Sites
- Make a vanilla web site and get it online without
build tools, frameworks or server-side logic. - Applications
- Craft single-page applications with vanilla strategies
for client-side routing and managing state.
Up next
Learn how to use Web Components to compose content, style and behavior.