Click any tag below to further narrow down your results
Links
Linear moved its React apps from styled-components to StyleX to cut runtime style generation and boost render performance. They built a 100k-line codemod, used scoped agents, and enforced stricter styling contracts to avoid cascading overrides and ensure predictable styles.
This issue covers a new AI-built SQL parser for PostHog that’s 70× faster, Linear’s move from styled-components to StyleX for better React performance, and a deep dive into misleading database benchmarks. It also highlights tools like Gemini 3.5 Flash’s computer use feature, the peerd automation extension, a breakdown of prompt injection vulnerabilities, and other AI and dev updates.
The article shows how to eliminate per-component spinners by moving data fetching into route loaders and preloading that data on hover or intersection. Route transitions then delay navigation until all required data is ready, making pages appear fully rendered instantly. A single global loading indicator handles only cases where data truly takes too long or on full page refresh.
A 3D flight simulator allows users to fly aircraft or drive cars over real-world terrain using Cesium, React, and TypeScript. Features include multiple camera modes, real-time tracking with a mini-map, and teleportation to famous locations. The project is open-source and provides instructions for setup and usage.