Why building websites with lots of little HTML pages works better than JavaScript-heavy interactions
By
Jim Nielsen
Warm and crisp on the edges. A bagel with a bit of bite.
Summary
The author reflects on their approach to building websites using "Lots of Little HTML pages" (LLMs), advocating for avoiding JavaScript-heavy in-page interactions in favor of multi-page navigations using HTML, enhanced with CSS view transitions and minimal JavaScript. They describe this as a simpler, more robust approach to web development that prioritizes HTML fundamentals over complex client-side scripting.
Key quotes
· 3 pulledAvoid in-page interactions that require JavaScript in favor of multi-page navigations that rely on HTML and are enhanced with CSS view transitions (and a dash of JS if/where prudent).
I like it.
It doesn't 'expand' or 'slide out' or 'pop in' or whatever else you can do with JS. Instead, it navig
You might also wanna read
Hyperclay: Simplifying Web Development with Single-File HTML Apps
Hyperclay introduces a minimalist approach to web development by enabling the creation, hosting, and sharing of web apps within a single HTM
WebSparks: An AI-Powered Tool for Building Web Applications Without Extensive Coding
WebSparks is an AI-powered software engineer that transforms ideas into fully functional web applications without requiring extensive coding
innovirtuoso.com·19h agoJoost de Valk publishes open Website Specification: 128 rules for modern, future-proof websites
Joost de Valk, creator of Yoast SEO, published the Website Specification (specification.website) — an open, platform-agnostic reference docu
ZX Spectrum BASIC interpreter rebuilt from scratch to run natively in web browsers
A developer has rebuilt the ZX Spectrum's BASIC interpreter from scratch to run in a web browser, without emulating the original Z80 hardwar
How to Set Up an Apache Reverse Proxy for an Ecommerce Website
This article provides a comprehensive, start-to-finish guide on setting up an Apache reverse proxy specifically for ecommerce websites. It c
blog.radwebhosting.com·2d agoImplementing live text search in React with Firestore Enterprise's built-in search pipeline
Firebase's Firestore Enterprise edition now includes built-in text search support. This article demonstrates how to implement live text sear
firebase.blog·2d ago