Crossword Printing Techniques
A developer details the challenges of building a server-side React renderer for printing complex crossword puzzles, including custom formatting and SVG rendering.
A developer details the challenges of building a server-side React renderer for printing complex crossword puzzles, including custom formatting and SVG rendering.
Compares modern UI frameworks like React, HTMX, and TanStack that are shifting back to server-rendered markup, with practical use cases.
Explains how to replace useEffect+useState patterns with useSyncExternalStore to fix jank in React apps, especially during server-side rendering.
Explains React Server Components (RSC) by comparing them to the 'code as data' concept of quoting in LISP programming.
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
Explores key React trends for 2025, focusing on the maturation of React Server Components and the rise of full-stack React frameworks.
A developer tests the real-world traffic capacity of a pre-rendered Next.js site, comparing it to SSR and analyzing performance under load.
A 2025 guide comparing three ways to start a React project: Vite, Next.js, and Remix, detailing their pros, cons, and use cases.
A technical guide on customizing the Astro Starlight documentation sidebar to dynamically show/hide content based on user authentication status.
Learn how to implement dynamic, Htmx-powered 'islands' in ASP.NET Core for blending static page performance with user-specific content.
A guide to using standard HTML forms with Blazor Server-Side Rendering, covering form submission and antiforgery token handling.
Explores combining ASP.NET Core, SSR, and Web Components using Enhance WASM for faster web app rendering.
A guide to implementing server-side rendering (SSR) for Web Components in ASP.NET Core using Tag Helpers to improve performance and user experience.
A developer's journey to find a better syntax highlighter for code blocks, moving away from manual tagging and outdated tools.
Explores integrating HTMX with Blazor's server-rendered components in .NET 8 to add interactivity without WebSockets or WebAssembly.
A technical exploration of Angular 17's new Server-side Rendering (SSR) features, covering setup, benefits, and practical implementation details.
An introduction to HTMX, a modern library for building dynamic web interfaces using HTML with minimal JavaScript, and how to use it.