Social Web Foundation Launched – How In Is W3C on Fediverse?

Today a group of open social networking advocates has launched the Social Web Foundation (SWF), “a non-profit organization dedicated to making connections between social platforms with the open standard protocol ActivityPub.” I chatted with one of the three co-founders, Evan Prodromou, about the new organization and what its goals are. The other two founding members … Read more

Frontend Schism: Will React Server Components Destroy React?

“One thing that is clear to me is that React Server Components will destroy React,” said Igor Minar, one of the creators of the Angular framework and now senior director of engineering at Cloudflare. Others, notably frontend cloud company Vercel, think that React Server Components “augment the fundamentals of React.” So who’s right? To quickly … Read more

Developers Rail Against JavaScript ‘Merchants of Complexity’

The rebelling against JavaScript frameworks continues. In the latest Lex Fridman interview, AI app developer Pieter Levels explained that he builds all his apps with vanilla HTML, PHP, a bit of JavaScript via jQuery, and SQLite. No fancy JavaScript frameworks, no modern programming languages, no Wasm. “I’m seeing a revival now,” said Levels, regarding PHP. … Read more

Beyond React: How Astro and Its Server Islands Work

React and its virtual DOM paradigm has been at the forefront of frontend development for a decade now, but there’s been a swing towards simplicity and web-native features in more recent frameworks. Astro is a great example; and it also now has the support of Netlify, a leading player in the current web landscape. Last … Read more

After a Decade of React, Is Frontend a Post-React World Now?

Ten years ago, Facebook developer Christopher Chedeau gave a presentation at Oscon (O’Reilly Open Source Convention) about a relatively new JavaScript framework called React. As The New Stack’s Chris Dawson noted at the time, the presentation was fascinating because it explained the concepts behind React — and not just how it worked, but why it … Read more

Let’s Get Agentic: LangChain and LlamaIndex Talk AI Agents

The phrase “agentic systems” (or “agentic workflows”) popped up more than a few times at last week’s AI Engineer World’s Fair, held in San Francisco. AI agents were the focus of two leading AI engineering startups: LangChain and LlamaIndex, each of which offered their own spin on the technology in presentations. The term “agent” in … Read more

Pivoting From React to Native DOM APIs: A Real World Example

To develop the user interface of its web browser, Edge, Microsoft recently began moving away from React and other JavaScript frameworks to embrace what it called an “HTML-first” approach. Instead of using React to create the user interface — the most common web development paradigm today — the Microsoft Edge team pivoted to an approach … Read more

Static Sites Do Scale: Eleventy vs. Next.js at 11ty Event

Last week the static site generator Eleventy (11ty) held a one-day virtual conference for its passionate community of web developers. In his opening keynote, Eleventy creator Zach Leatherman urged attendees to “keep building for the web.” He likened this to an act of rebellion against the dark forces driving today’s internet. “We have nothing but … Read more