React 19.2: The async shift is finally here
#react
Read more
🧻 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.
#react
Read more
Please open Telegram to view this post
VIEW IN TELEGRAM
‼️ Critical Security Vulnerability in React Server Pomponents
#react #nextjs #waku #parcel #vite
Read more
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.
#react #nextjs #waku #parcel #vite
Read more
Web Development
‼️ 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…
Did you update your projects after the critical React Server Components vulnerability (React2Shell / CVE-2025-55182)?
Anonymous Quiz
32%
✅ Yes, we already updated
21%
🛠 Not yet, but we plan to
10%
⛔ No, we won’t update
36%
⚪️ Not relevant to us (we don’t use RSC)
This media is not supported in your browser
VIEW IN TELEGRAM
Bun Explained in 100 Seconds — The popular quick dev explainer channel tackles Bun at a high level
#bun
Watch video
#bun
Watch video
The React Foundation: A New Home for React Hosted by the Linux Foundation
#react
Read more
React, React Native, and JSX are now owned not by Meta, but by an independent foundation hosted by the Linux Foundation.
#react
Read more
React Doctor — let coding agents diagnose and fix your React code
#react
Read more
Fresh from the creator of React Scan and React Grab, a new tool that scans your codebase and gives you a 0-100 score
#react
Read more
Practical guide to the <img> element: from the basics to LCP
#html #optimization
Read more
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.
#html #optimization
Read more
Vue Scrollama 3.0: Vue Component for Scroll-Driven Interactions
#vue #library #package
Read more
Scrollama is a library for doing so called ‘scrollytelling’ where scroll position affects the presence of certain elements in the viewport.
#vue #library #package
Read more