#server-side-rendering

[ follow ]
fromInfoWorld
1 week ago

The right way to architect modern web applications

Modern web applications are no longer just "sites." They are long-lived, highly interactive systems that span multiple runtimes, global content delivery networks, edge caches, background workers, and increasingly complex data pipelines. They are expected to load instantly, remain responsive under poor network conditions, and degrade gracefully when something goes wrong.
Web frameworks
fromRubyflow
1 month ago

Animated Map Engine for Ruby (Alpha Preview)

We're introducing a new animated map engine built on top of ruby-libgd and libgd-gis. It allows Ruby applications to render real basemaps, draw GIS layers, and animate moving objects (cars, routes, planes) entirely on the backend - no JavaScript or WebGL required.
#react-server-components
fromLogRocket Blog
2 months ago
React

Server Components vs. Islands Architecture: The performance showdown - LogRocket Blog

Islands architecture minimizes first-visit JavaScript payloads, while React Server Components minimize shipped client code and excel across longer sessions by avoiding full-page reloads.
fromLogRocket Blog
5 months ago
Web frameworks

React Server Components broke my app and I still don't know why - LogRocket Blog

React Server Components introduce server-side rendering with benefits but add complex loading states, multi-layer caching, and server waterfall performance issues.
#react-192
fromInfoQ
5 months ago
Web frameworks

Meta Ships React 19.2 Featuring Activity API, Cache Signals, and SSR Enhancements

fromInfoQ
5 months ago
Web frameworks

Meta Ships React 19.2 Featuring Activity API, Cache Signals, and SSR Enhancements

Node JS
fromLogRocket Blog
8 months ago

How to optimize your Next.js app with after() - LogRocket Blog

Next.js 15's after() optimizes server operations by handling non-blocking tasks after responses are sent.
[ Load more ]