Why Vanilla JavaScript
Summary
An article discussing the merits and use cases of vanilla JavaScript without libraries or frameworks.
Similar Articles
You don't need React: creating a minimal UI library in Vanilla JavaScript
A tutorial on building a minimal UI library with Vanilla JavaScript, arguing that React is not always necessary for simple UI needs.
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.
Soon We Can Finally Banish JavaScript to the ShadowRealm
The article discusses the TC39 ShadowRealm proposal, which aims to allow JavaScript execution in isolated environments (realms) without using iframes or web workers, improving code sandboxing and performance.
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.
Building textlog without JavaScript
An article discussing how to build a textlog application without using JavaScript, emphasizing alternative web technologies like HTML and CSS.