Tag: frontend
All the articles with the tag "frontend".
-
Off-Main-Thread Architecture: Web Workers for Frontend Decoupling
An investigation into using Web Workers with an event-driven message bus to decouple data fetching from React and Svelte render lifecycles, covering transport mechanisms, request deduplication, and practical trade-offs against existing solutions like TanStack Query.
-
Tailwind CSS: Implementing Complex Multi-Layered Gradients
A brief investigation into the right approach for complex radial gradients with aspect-ratio media queries in Tailwind CSS, and why @layer utilities is the recommended escape hatch.