React Review: Audit Your Codebase for Bad React Code
From the creator of React Doctor comes a new GitHub App (powered by React Doctor) that fetches both a pull request branch and base branch and reviews and reports on issues introduced in the PR.
pnpm 11.0 Released
You’ve heard about its benefits, but now the popular package management tool is even better.
v11 sets minimumReleaseAge to one day by default, there's an SQLite-backed store index (faster installs!), native package publishing, pack-app, and more.
There's a migration guide for v10 users. Work has also resumed on a Rust-powered port called Pacquet.
What's New in VisionCamera V5?
#reactnative #package #library
Read more
React Color: Flexible Color Picker Components
#package #lib #react
Read more
Best Practices for Svelte Developers
#svelte
Read more
React 19 Suspense for Data Fetching: A New Model for Async UI
#react
Read more
React’s useTransition: The hook you’re probably using wrong
#react
Read more
React Doctor — let coding agents diagnose and fix your React code
Fresh from the creator of React Scan and React Grab, a new tool that scans your codebase and gives you a 0-100 score
The React Foundation: A New Home for React Hosted by the Linux Foundation
React, React Native, and JSX are now owned not by Meta, but by an independent foundation hosted by the Linux Foundation.
Bun Explained in 100 Seconds — The popular quick dev explainer channel tackles Bun at a high level
#bun
Watch video
React has finally solved its biggest problem: The joys of useEffectEvent
#react
Read more
‼️ Critical Security Vulnerability in React Server Pomponents
React Server Functions allow a client to call a function on a server. React provides integration points and tools that frameworks and bundlers use to help React code run on both the client and the server. React translates requests on the client into HTTP requests which are forwarded to a server. On the server, React translates the HTTP request into a function call and returns the needed data to the client.
An unauthenticated attacker could craft a malicious HTTP request to any Server Function endpoint that, when deserialized by React, achieves remote code execution on the server.
More CSS random() Learning Through Experiments
#css
Read more
TypeScript 7.0 Beta: 10x Faster TypeScript Compilation
The Go-powered port with “about 10 times faster” compiler performance. TypeScript 6.0's deprecations and config changes will help you upgrade smoothly from v5 to v7.
There are also changes to how to write your code to review. While v7 is considered "close to production-ready", a stable programmatic API won't arrive till v7.1.
How to Use Lazy Loading Without Hurting Web Performance
🚀 Lazy loading delays non-critical content (like images) to speed up initial page load.
⚠️ But overusing it, especially on important, above-the-fold elements, can hurt performance and user experience.
👉 Use it selectively: load key content immediately, lazy load the rest.
Introducing Claude Design by Anthropic Labs
#design #claude #llm
Read more
What To Know in JavaScript (2026 Edition)
#js #javascript
Read more
React SSR Framework Showdown: TanStack Start, React Router, and Next.js Under Load
#tanstack #next #ssr #react
Read more
Vue Scrollama 3.0: Vue Component for Scroll-Driven Interactions
Scrollama is a library for doing so called ‘scrollytelling’ where scroll position affects the presence of certain elements in the viewport.
Practical guide to the <img> element: from the basics to LCP
This article focuses on Web Performance best practices. Optimising image performance does not replace accessibility: attributes like alt are essential and are out of scope for this guide.
How to set up your Next.js project for AI coding agents
#ai #nextjs
Read more
Announcing TypeScript 6.0 Beta
#ts #typescript
Read more
Introducing the <geolocation> HTML element
#html
Read more
📺 < A private by default, faster and cleaner YouTube embed component for React applications />
Ant Design 6.0 is Here!
Ant Design - an enterprise-class UI design language and React UI library
React 19.2: The async shift is finally here
🧻 These changes aren’t just about cleaning up the useEffect/fetch mess. It’s about building a much better React that finally acknowledges async as a first-class concern.
😡 These patterns mean that the code your team writes is easier to reason about and maintain. The framework is handling more. The UI is snappier because it’s updating on demand. And you are leveraging more of the underlying framework to give your application a modern feel with smooth animations.
How to use ChatGPT Atlas for frontend debugging, testing, and more
By bringing AI into the browser, right where your code runs, it makes debugging and layout checks feel smoother and more natural.
You’ll still use Chrome DevTools for deep performance work, but Atlas fills the everyday gaps like the quick fixes, tests, and tweaks that take up most of your time. Start with Ask ChatGPT for small wins, then try agent mode as you get comfortable, and you’ll notice how fast, smart, and more enjoyable your frontend work becomes.