Find Related products on Amazon

Shop on Amazon

Plain Vanilla Web

Published on: 2025-07-15 16:31:58

About this site This is an overview of the major techniques used to make web sites and web applications without making use of build tools or frameworks, with just an editor, a browser, and web standards. Specifically, that means these topics: Components The use of Web Components as the basic building block for making higher-level primitives out of plain HTML, JavaScript and CSS, replacing the components approach from frameworks like React or Vue. Styling Fully leveraging the abilities of modern CSS to replace the conveniences of CSS Modules, PostCSS, or SASS. Sites Making a web project based on web components and deploying it for production without involving build tools, frameworks or server-side logic. Applications How to build single-page web applications with vanilla techniques, how to do routing, and how to manage state. This tutorial is meant for those who already know their way around HTML, CSS and JavaScript. If you're just starting out learning web development and are looki ... Read full article.