ELSEIF
Your brief EB
1,379 stories from 222 feeds 1279 clusters Refreshed 30 minutes ago next pull 12:12

LANGUAGES Signal 124

textlog renders React server-side, sending HTML with no browser JavaScript

textlog is a React app that renders entirely on the server, sending plain HTML to the client with no hydration or client-side JavaScript, except for a dedicated page for browser APIs that require it.

WHY IT MATTERS

This shows that a modern web app can be built without a client-side JavaScript framework, relying on HTML forms, links, and URLs for interactions, which simplifies the architecture and reduces performance overhead. The cost is that every interaction requires a server round trip, and some features like push notifications still need JavaScript.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

textlog uses React entirely on the server, sending plain HTML with no hydration or client-side JavaScript.

02

The constraint forces interactions to use HTML features like forms, links, and URLs instead of client-side state.

03

JavaScript is allowed only for browser APIs that genuinely require it, such as push notifications, on a dedicated page.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Lobsters Building textlog without JavaScript Open ↗