Tag: react
All the articles with the tag "react".
-
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.
-
React useMemo for Array Slices: When It Helps and When It Doesn't
A technical analysis of whether Array.slice() operations in React components warrant useMemo optimisation, with performance benchmarks, practical decision criteria, and common anti-patterns to avoid.
-
Development Team Dashboards: Metric Selection, TV Layout, and Implementation
An exploration of what makes a sprint health dashboard useful rather than anxiety-inducing, covering metric selection principles, TV display layout design, and a lightweight technical implementation approach using the GitHub API.