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
Storybook 10 - ESM-only, 29% lighter, module automocking, and more
#storybook
Read more
Vue Basics: State Management in Vue
#vue #pinia
Read more
How to keep package.json under control
🌱 Although dependencies are often numerous and large, they aren’t necessarily unjustified — many are essential for functionality, and the art lies in selectively curating rather than eliminating them entirely.
🛠️ The best practice is to regularly audit what your project depends on (direct & transitive), update responsibly, and remove the unused or low-quality modules so that your codebase remains maintainable, performant, and secure.
Dependency cruiser
Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD
Laravel + Node.js: PHP in Watt Runtime
#node #laravel #php
Read more
Building a Lightweight Reactive State Manager with JavaScript Proxies
#js #javascript
🛠️ Shortly how to build a lightweight reactive state manager using JavaScript proxies, enabling automatic UI updates without relying on heavy libraries or complex setups
Understanding CSS corner-shape and the Power of the Superellipse
#css
Read more
Jest 30: Faster, Leaner, Better
#tests #jest
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.
15 Recent Node.js Features that Replace Popular npm Packages
#node
Read more
React Native 0.82 - A New Era
• New Architecture Only
• Experimental Hermes V1
• React 19.1.1
• DOM Node APIs
Server and Client Component Composition in Practice
#react
Read more
Precompiled React Native for iOS: Faster builds are coming in 0.81
#rn #reactnative
Read more
A Better Promise.all() — Utility Types and Functions
#typescript
Read more
react-player 3.2 released
Component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Concurrent Optimistic Updates in React Query
#reactquery #library #package #react
Read more