You don't need React: creating a minimal UI library in Vanilla JavaScript
Summary
A tutorial on building a minimal UI library with Vanilla JavaScript, arguing that React is not always necessary for simple UI needs.
Similar Articles
Why Vanilla JavaScript
An article discussing the merits and use cases of vanilla JavaScript without libraries or frameworks.
Just Fucking Use React
This opinionated article aggressively advocates for using modern JavaScript frameworks like React over pure HTML for complex web applications, arguing that complexity requires proper tooling.
Removing React.js from the codebase and adapting Htmx for UI interactivity
The Misago forum project explains its decision to remove React.js and adopt HTMX for UI interactivity, citing reduced complexity, better performance, and easier customization.
Show HN: Performative-UI – a react component library of design tropes
Performative-UI is a React component library based on design tropes, released on Hacker News.
Let's make the worst Htmx
A blog post that humorously builds a minimal 'worst' clone of the htmx library, showing how to recreate its core behavior (triggers, fetches, and swaps) in vanilla JavaScript.