Building real-time state management with React and Fluent-State
Build a real-time AI chat in React with Fluent-state: handle streaming, async states, derived UI, and side effects cleanly.
https://blog.logrocket.com/building-real-time-state-management-react-fluent-state/
Build a real-time AI chat in React with Fluent-state: handle streaming, async states, derived UI, and side effects cleanly.
https://blog.logrocket.com/building-real-time-state-management-react-fluent-state/
❤2
Learning web development: Installing npm packages and bundling
In this chapter we develop a small web app in the same way that large professional web apps are developed: We use libraries that we install via npm. We write tests for some of the functionality. We combine all JavaScript code into a single file before we serve the web app. That is called bundling. (Why we do that it explained later.)
https://2ality.com/2025/09/npm-packages-bundling.html
In this chapter we develop a small web app in the same way that large professional web apps are developed: We use libraries that we install via npm. We write tests for some of the functionality. We combine all JavaScript code into a single file before we serve the web app. That is called bundling. (Why we do that it explained later.)
https://2ality.com/2025/09/npm-packages-bundling.html
2Ality
Learning web development: Installing npm packages and bundling
In this chapter we develop a small web app in the same way that large professional web apps are developed: We use libraries that we install via npm. We write tests for some of the functionality. We combine all JavaScript code into a single file before we…
How Node.js Squeezes I/O Performance in 2025
Developers still trip over the same questions: if the runtime is single-threaded, why doesn’t it freeze?
https://levelup.gitconnected.com/how-node-js-squeezes-i-o-performance-in-2025-6c563951d214
Developers still trip over the same questions: if the runtime is single-threaded, why doesn’t it freeze?
https://levelup.gitconnected.com/how-node-js-squeezes-i-o-performance-in-2025-6c563951d214
Medium
How Node.js Squeezes I/O Performance in 2025
Developers still trip over the same questions: if the runtime is single-threaded, why doesn’t it freeze?
👍2❤1
CSS Colour Chaos
Why do we have so many ways to represent colours?
https://code.likeagirl.io/css-colour-chaos-2264fb61be29
Why do we have so many ways to represent colours?
https://code.likeagirl.io/css-colour-chaos-2264fb61be29
Medium
CSS Colour Chaos
Why do we have so many ways to represent colours?
The silent shift to Vite: What it means for your stack
Learn how Vite surpassed Webpack as the default JavaScript bundler, and what this shift means for your stack and the future of JS build tools.
https://blog.logrocket.com/the-silent-shift-to-vite/
Learn how Vite surpassed Webpack as the default JavaScript bundler, and what this shift means for your stack and the future of JS build tools.
https://blog.logrocket.com/the-silent-shift-to-vite/
Deriving Client State from Server State
How to use derived state in React to keep client state and server data aligned without manual sync or effects.
https://tkdodo.eu/blog/deriving-client-state-from-server-state
How to use derived state in React to keep client state and server data aligned without manual sync or effects.
https://tkdodo.eu/blog/deriving-client-state-from-server-state
Angular Summer Update 2025
Authors: Jens Kuehlers Mark Techson
https://blog.angular.dev/angular-summer-update-2025-1987592a0b42
Authors: Jens Kuehlers Mark Techson
https://blog.angular.dev/angular-summer-update-2025-1987592a0b42
Medium
Angular Summer Update 2025
Authors: Jens Kuehlers Mark Techson
7 Must-Know GSAP Animation Tips for Creative Developers
Discover seven practical GSAP tips that will help you create smoother, smarter, and more creative web animations with less code.
https://tympanus.net/codrops/2025/09/03/7-must-know-gsap-animation-tips-for-creative-developers/
Discover seven practical GSAP tips that will help you create smoother, smarter, and more creative web animations with less code.
https://tympanus.net/codrops/2025/09/03/7-must-know-gsap-animation-tips-for-creative-developers/
❤4
Nx Investigation Reveals GitHub Actions Workflow Exploit Led to npm Token Theft, Prompting Switch to Trusted Publishing
https://socket.dev/blog/nx-supply-chain-attack-investigation-github-actions-workflow-exploit
https://socket.dev/blog/nx-supply-chain-attack-investigation-github-actions-workflow-exploit
Socket
Nx Investigation Reveals GitHub Actions Workflow Exploit Led...
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Keyframe Offsets
The percentages you can pass to CSS and JS for keyframe timing.
https://nerdy.dev/keyframe-offsets
The percentages you can pass to CSS and JS for keyframe timing.
https://nerdy.dev/keyframe-offsets
Why do browsers throttle JavaScript timers?
https://nolanlawson.com/2025/08/31/why-do-browsers-throttle-javascript-timers/
https://nolanlawson.com/2025/08/31/why-do-browsers-throttle-javascript-timers/
Lean for JavaScript Developers
Programming with proofs.
https://overreacted.io/lean-for-javascript-developers/
Programming with proofs.
https://overreacted.io/lean-for-javascript-developers/
Deno 2.5: Permissions in the config file
Simpler permission management with permission sets, new Deno.test APIs for setting up and tearing down test cases, specifying custom headers in WebSocket connections, runtime APIs in deno bundle, and more.
https://deno.com/blog/v2.5
Simpler permission management with permission sets, new Deno.test APIs for setting up and tearing down test cases, specifying custom headers in WebSocket connections, runtime APIs in deno bundle, and more.
https://deno.com/blog/v2.5
🔥1
Fresh + Vite: The Next-Gen Full-Stack Framework
Discover Fresh 2.0, the Deno-powered full-stack framework now supercharged with Vite. Learn how it blends SSR, islands architecture, and edge deployment.
https://jsdev.space/fresh-vite-fullstack-framework/
Discover Fresh 2.0, the Deno-powered full-stack framework now supercharged with Vite. Learn how it blends SSR, islands architecture, and edge deployment.
https://jsdev.space/fresh-vite-fullstack-framework/
Liquid Glass in the Browser: Refraction with CSS and SVG
Explore how to recreate Apple's stunning Liquid Glass effect using CSS, SVG Displacement Maps, and refraction calculations.
https://kube.io/blog/liquid-glass-css-svg/
Explore how to recreate Apple's stunning Liquid Glass effect using CSS, SVG Displacement Maps, and refraction calculations.
https://kube.io/blog/liquid-glass-css-svg/
🔥2
How Cursor project rules can improve Next.js app development
Learn how Cursor project rules streamline Next.js apps with automated conventions, consistent components, and faster developer onboarding.
https://blog.logrocket.com/cursor-project-rules-improve-next-js-app-development/
Learn how Cursor project rules streamline Next.js apps with automated conventions, consistent components, and faster developer onboarding.
https://blog.logrocket.com/cursor-project-rules-improve-next-js-app-development/
Subgrid: how to line up elements to your heart’s content
https://webkit.org/blog/17339/subgrid-how-to-line-up-elements-to-your-hearts-content/
https://webkit.org/blog/17339/subgrid-how-to-line-up-elements-to-your-hearts-content/
Follow-the-leader pattern with CSS anchor positioning
Learn how to create a dynamically re-anchored pointer element.
https://una.im/follow-the-anchor/
Learn how to create a dynamically re-anchored pointer element.
https://una.im/follow-the-anchor/
npm debug and chalk packages compromised
The popular packages debug and chalk on npm have been compromised with malicious code
https://www.aikido.dev/blog/npm-debug-and-chalk-packages-compromised
The popular packages debug and chalk on npm have been compromised with malicious code
https://www.aikido.dev/blog/npm-debug-and-chalk-packages-compromised