Breakaway technologies
Build websites using ES6 Modules, Module CDNs, and custom HTML elements.
Quick Read
Build websites using ES6 Modules, Module CDNs, and custom HTML elements.
Build websites without frameworks or build tools. Learn how, and more importantly, why it's better.
JAMstack is great for free hosting but it can be a struggle with build tools and templates. There's an easier way.
We once needed frameworks because there was no other way to write modular code or access databases. Now we have an alternative.
JavaScript build tools are useful for performance optimization but they complicate all other stages of development. Reserve them for deployment only.
Routing introduced by frameworks obscures the code that generates a web page, making it difficult to maintain an application.
Designers can use custom HTML elements to minimize framework fatigue.
If you need state management, or you are duplicating dozens of pages, use a SPA or a static site generator.