Building textlog without JavaScript
Summary
An article discussing how to build a textlog application without using JavaScript, emphasizing alternative web technologies like HTML and CSS.
Similar Articles
Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
textlog is a new open-source, text-only microblogging platform with no JavaScript, featuring 280-character notes, hashtags, and conversations, designed for a quieter social experience.
Fine, I’ll build my own text editor
The author describes building a custom text editor, experimenting with canvas, contenteditable, and textarea methods, and discusses challenges like performance and accessibility in web development.
Why Vanilla JavaScript
An article discussing the merits and use cases of vanilla JavaScript without libraries or frameworks.
HTML over WebSockets: real-time SPAs with barely any JavaScript
Article explains the HTML over WebSockets pattern for building real-time SPAs with minimal JavaScript, comparing it to HTTP and SSE variants, and tracing its origin to Phoenix LiveView.
HTML Can Do That
The article highlights new HTML features like <dialog>, popovers, and grouped <details> that enable dynamic functionality without JavaScript, showcasing advancements in web standards and browser compatibility.