An Interactive Guide to TanStack DB
TanStack DB is the latest project from the popular TanStack collection and offers an embedded client‑side database that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and optimistic writes. But what does that mean in real life? Maxi spent a week playing with it to see what makes it tick and where it enhances the TanStack Query experience. - https://frontendatscale.com/blog/tanstack-db/
#react
TanStack DB is the latest project from the popular TanStack collection and offers an embedded client‑side database that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and optimistic writes. But what does that mean in real life? Maxi spent a week playing with it to see what makes it tick and where it enhances the TanStack Query experience. - https://frontendatscale.com/blog/tanstack-db/
#react
Frontendatscale
An Interactive Guide to TanStack DB | Frontend at Scale
Learn what TanStack DB is, how it works, and why it might change the way you build apps.
❤3👍3
How to Use Nuxt 3 Middleware for Authentication and Permissions
In this article, you'll explore how to implement authentication and permissions using Nuxt 3 middleware effectively. - https://dev.to/jacobandrewsky/how-to-use-nuxt-3-middleware-for-authentication-and-permissions-5d9b
#vue
In this article, you'll explore how to implement authentication and permissions using Nuxt 3 middleware effectively. - https://dev.to/jacobandrewsky/how-to-use-nuxt-3-middleware-for-authentication-and-permissions-5d9b
#vue
DEV Community
How to Use Nuxt 3 Middleware for Authentication and Permissions
Nuxt 3 is a powerful framework for building Vue.js applications, offering a streamlined way to manage...
❤1👍1
Get the Number of auto-fit/auto-fill Columns in CSS
Ana Tudor shows how to get the number of auto-fit/auto-fill columns in CSS using container query units, CSS variables, and CSS mathematical functions. - https://frontendmasters.com/blog/count-auto-fill-columns
#css
Ana Tudor shows how to get the number of auto-fit/auto-fill columns in CSS using container query units, CSS variables, and CSS mathematical functions. - https://frontendmasters.com/blog/count-auto-fill-columns
#css
Frontend Masters
Get the number of auto-fit/auto-fill columns in CSS
Ever wanted to get the number of auto-fit/auto-fill columns in a grid? For example, because you want to highlight just the items in the first or last row or column? Do something special just for even or for odd rows or columns (e.g. zebra striping)? Or for…
❤🔥1👍1
Angular 20.2 – the recent changes
Angular just got an update, and it comes with a bunch of new features worth checking out. Let’s break them down together. - https://angular.love/angular-20-2-the-recent-changes
#angular
Angular just got an update, and it comes with a bunch of new features worth checking out. Let’s break them down together. - https://angular.love/angular-20-2-the-recent-changes
#angular
Angular.love
Angular 20.2 - the recent changes - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
👍1
GitHub Copilot CLI Now in Public Preview
Not content to let Claude Code and OpenAI Codex dominate the CLI-based dev agent scene, GitHub has released a CLI-based version of Copilot, built using Node. - https://github.blog/changelog/2025-09-25-github-copilot-cli-is-now-in-public-preview/
#copilot
Not content to let Claude Code and OpenAI Codex dominate the CLI-based dev agent scene, GitHub has released a CLI-based version of Copilot, built using Node. - https://github.blog/changelog/2025-09-25-github-copilot-cli-is-now-in-public-preview/
#copilot
The GitHub Blog
GitHub Copilot CLI is now in public preview - GitHub Changelog
GitHub Copilot CLI is now in public preview We’re bringing the power of GitHub Copilot coding agent directly to your terminal. With GitHub Copilot CLI, you can work locally and…
👍1
The Talks from React Universe Conf 2025
React Universe Conf 2025 took place last week in Poland and there were some great talks including Meta’s Jorge Cohen talking about React Native releases in 2025, Christoph Nakazawa on building scalable applications, and Aurora Scharff digging into modern React development patterns. - https://www.youtube.com/playlist?list=PLZ3MwD-soTTGHD999pxTX1r_6JORpOr0C
#react
React Universe Conf 2025 took place last week in Poland and there were some great talks including Meta’s Jorge Cohen talking about React Native releases in 2025, Christoph Nakazawa on building scalable applications, and Aurora Scharff digging into modern React development patterns. - https://www.youtube.com/playlist?list=PLZ3MwD-soTTGHD999pxTX1r_6JORpOr0C
#react
YouTube
React Universe Conf 2025
React Universe Conf is a unique three-day conference where developers and thought leaders gather to explore the latest trends and push the boundaries of what...
👍1
pnpm 10.16 Adds Support for Delayed Dependency Updates
The alternative efficient npm package manager has added a way to specify a ‘minimum release age’ for package dependencies, so a setting of ‘1440’ (minutes) will mean only packages released more than one day ago will be installed. This can help avoid malicious versions of packages which are quickly withdrawn. - https://pnpm.io/blog/releases/10.16
#nodejs
The alternative efficient npm package manager has added a way to specify a ‘minimum release age’ for package dependencies, so a setting of ‘1440’ (minutes) will mean only packages released more than one day ago will be installed. This can help avoid malicious versions of packages which are quickly withdrawn. - https://pnpm.io/blog/releases/10.16
#nodejs
pnpm.io
pnpm 10.16 | pnpm
Minor Changes
👍2
What We Learned From Creating PostCSS
Andrey Sitnik shares lessons learned from creating and maintaining the PostCSS open source project over the past 12 years. - https://evilmartians.com/chronicles/what-we-learned-from-creating-postcss
#css
Andrey Sitnik shares lessons learned from creating and maintaining the PostCSS open source project over the past 12 years. - https://evilmartians.com/chronicles/what-we-learned-from-creating-postcss
#css
evilmartians.com
What we learned from creating PostCSS—Martian Chronicles, Evil Martians’ team blog
We share what have we learned creating PostCSS and the huge ecosystem around it. Get 8 key lessons from Andrey Sitnik, creator of PostCSS.
👍1
Angular CLI MCP Server: Keep Your AI Up-to-Date
Angular released an official MCP Server. This integration bridges the gap between AI assistants and the Angular CLI, providing real-time access to official documentation, current best practices, and workspace analysis – ensuring your AI coding partner stays current with Angular’s rapid evolution. - https://angular.love/angular-cli-mcp-server-keep-your-ai-up-to-date
#angular
Angular released an official MCP Server. This integration bridges the gap between AI assistants and the Angular CLI, providing real-time access to official documentation, current best practices, and workspace analysis – ensuring your AI coding partner stays current with Angular’s rapid evolution. - https://angular.love/angular-cli-mcp-server-keep-your-ai-up-to-date
#angular
Angular.love
Angular CLI MCP Server: Keep Your AI Up-to-Date - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
👍1
Powering multi-tenant applications with Nuxt
This article explains how Nuxt.js and its Nitro server provide a scalable and customizable architecture for multi-tenant applications. It covers key features like runtime configuration for tenant-specific settings without rebuilding, tenant detection via Nitro middleware, tenant-aware API proxying, and dynamic brand customization. The article also highlights content management using Markdown and MDC modules to empower tenants with flexible page layouts and personalized experiences. Nuxt’s single codebase approach simplifies maintenance while allowing rich tenant-specific customizations. - https://www.adamdehaven.com/articles/powering-multi-tenant-applications-with-nuxt
#vue
This article explains how Nuxt.js and its Nitro server provide a scalable and customizable architecture for multi-tenant applications. It covers key features like runtime configuration for tenant-specific settings without rebuilding, tenant detection via Nitro middleware, tenant-aware API proxying, and dynamic brand customization. The article also highlights content management using Markdown and MDC modules to empower tenants with flexible page layouts and personalized experiences. Nuxt’s single codebase approach simplifies maintenance while allowing rich tenant-specific customizations. - https://www.adamdehaven.com/articles/powering-multi-tenant-applications-with-nuxt
#vue
AdamDeHaven.com
Powering multi-tenant applications with Nuxt
Build efficient multi-tenant applications with Nuxt, from tenant detection to dynamic content and customizable layouts, all while maintaining performance and scalability with a single codebase.
👍1
Oh No, Not Again: A Meditation on npm Supply Chain Attacks
Noting that “npm has become the largest and easiest way to ship malware”, Tane points a finger at Microsoft, the custodians of the npm registry. - https://tane.dev/2025/09/oh-no-not-again...-a-meditation-on-npm-supply-chain-attacks/
#nodejs
Noting that “npm has become the largest and easiest way to ship malware”, Tane points a finger at Microsoft, the custodians of the npm registry. - https://tane.dev/2025/09/oh-no-not-again...-a-meditation-on-npm-supply-chain-attacks/
#nodejs
tane.dev
Oh no, not again... a meditation on NPM supply chain attacks
For enterprise software, the software supply chain presents some of the biggiest risks today to data privacy and security.
👍1
nuqs: Type-Safe Search Params State Management
Imagine useState but with state stored and synced with the URL query string. Supports Next.js, plain React, Remix, React Router, TanStack Router, and custom routers via adapters. - https://nuqs.dev/
#libs
Imagine useState but with state stored and synced with the URL query string. Supports Next.js, plain React, Remix, React Router, TanStack Router, and custom routers via adapters. - https://nuqs.dev/
#libs
nuqs.dev
nuqs | Type-safe search params state management for React
Type-safe search params state management for React. Like useState, but stored in the URL query string.
👍1
Writing a Tiny Undo/Redo Stack in JavaScript
You might prefer to lean upon an established approach (using Immer patches perhaps), but if you want to implement something small yourself, this might help. - https://blog.julik.nl/2025/03/a-tiny-undo-stack
#javascript
You might prefer to lean upon an established approach (using Immer patches perhaps), but if you want to implement something small yourself, this might help. - https://blog.julik.nl/2025/03/a-tiny-undo-stack
#javascript
Julik Tarkhanov
UI algorithms: a tiny undo stack
I’ve needed this before - a couple of times. Third time I figured I needed something small, nimble - yet complete. And - at the same time - wondering about how to do it in a very simple manner. I think it worked out great, so let’s dig in. Most UIs will have…
👍1
Angular Signals: The Hidden Cost of Reference Changes
The article explains that Angular Signals rely on reference changes of objects to trigger updates. When using primitive values, this is efficient because changes are detected by value. However, for complex data like objects or arrays, Angular only detects changes if the reference itself changes, not the internal data. This means mutating an object or array without changing its reference will not trigger updates, potentially leaving the UI out of sync. To ensure reliable updates, immutable patterns should be used where data is replaced with new references. - https://angular.love/angular-signals-the-hidden-cost-of-reference-changes
#angular
The article explains that Angular Signals rely on reference changes of objects to trigger updates. When using primitive values, this is efficient because changes are detected by value. However, for complex data like objects or arrays, Angular only detects changes if the reference itself changes, not the internal data. This means mutating an object or array without changing its reference will not trigger updates, potentially leaving the UI out of sync. To ensure reliable updates, immutable patterns should be used where data is replaced with new references. - https://angular.love/angular-signals-the-hidden-cost-of-reference-changes
#angular
Angular.love
Angular Signals: The Hidden Cost of Reference Changes - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
👍1
CSS-Only Scrollspy Effect Using scroll-marker-group and :target-current
Sara Soueidan shows how to create a Scrollspy effect using a couple of lines of CSS. - https://www.sarasoueidan.com/blog/css-scrollspy
#css
Sara Soueidan shows how to create a Scrollspy effect using a couple of lines of CSS. - https://www.sarasoueidan.com/blog/css-scrollspy
#css
Sarasoueidan
CSS-only scrollspy effect using scroll-marker-group and :target-current
– The personal website of Sara Soueidan, inclusive design engineer
❤2
Cloudflare Dashboard Outage Rooted in a useEffect Mistake
The bug wasn’t caused by anything React-specific, but it’s uncommon to hear of the misuse of a React feature cascading into a service being overwhelmed with unnecessary requests resulting in an outage. A good reminder that these things can happen to anyone. - https://blog.cloudflare.com/deep-dive-into-cloudflares-sept-12-dashboard-and-api-outage/
#react
The bug wasn’t caused by anything React-specific, but it’s uncommon to hear of the misuse of a React feature cascading into a service being overwhelmed with unnecessary requests resulting in an outage. A good reminder that these things can happen to anyone. - https://blog.cloudflare.com/deep-dive-into-cloudflares-sept-12-dashboard-and-api-outage/
#react
The Cloudflare Blog
A deep dive into Cloudflare’s September 12, 2025 dashboard and API outage
Cloudflare’s Dashboard and a set of related APIs were unavailable or partially available for an hour starting on Sep 12, 17:57 UTC. The outage did not affect the serving of cached files via the Cloudflare CDN or other security features at the Cloudflare…
👍1
Nuxt and why you should be using it
The article argues that Nuxt.js has become a top choice for Vue developers in 2025 due to its Nitro server engine, hybrid rendering strategies, and convention-over-configuration approach that speeds up development. It highlights effortless API creation with Nitro, file-based routing with per-route rendering rules, and powerful auto-imports with first-class TypeScript support. The author emphasizes performance wins (edge deployment, smart caching, image optimization) and a mature module ecosystem that makes production use straightforward. Overall, Nuxt delivers fast DX, scalable deployments, and pragmatic flexibility compared to traditional setups. - https://juststeveking.com/articles/nuxt-and-why-you-should-be-using-it
#vue
The article argues that Nuxt.js has become a top choice for Vue developers in 2025 due to its Nitro server engine, hybrid rendering strategies, and convention-over-configuration approach that speeds up development. It highlights effortless API creation with Nitro, file-based routing with per-route rendering rules, and powerful auto-imports with first-class TypeScript support. The author emphasizes performance wins (edge deployment, smart caching, image optimization) and a mature module ecosystem that makes production use straightforward. Overall, Nuxt delivers fast DX, scalable deployments, and pragmatic flexibility compared to traditional setups. - https://juststeveking.com/articles/nuxt-and-why-you-should-be-using-it
#vue
Steve McDougall
Nuxt and why you should be using it | Steve McDougall
Discover the power of Nuxt.js for building modern web applications. Learn why you should consider using it for your next project.
👍2👏1
How To Set-Up Express.js 5 for Production in 2025
A walkthrough of the basic dev process for the latest version of Express, complete with TypeScript, ESLint, Prettier, file structure, and logging. - https://www.reactsquad.io/blog/how-to-set-up-express-5-in-2025
#nodejs
A walkthrough of the basic dev process for the latest version of Express, complete with TypeScript, ESLint, Prettier, file structure, and logging. - https://www.reactsquad.io/blog/how-to-set-up-express-5-in-2025
#nodejs
www.reactsquad.io
How To Set Up Express 5 For Production In 2025
Learn how to build an Express 5 app with TypeScript. You'll set up a production-ready project with tools for linting, testing and more.
👍1
Comparing Tauri and Electron for Building Desktop Apps
Electron is a natural choice for building JS and HTML-powered cross-platform desktop apps but numerous alternatives have appeared like Neutralinojs and the Rust-based Tauri. This post does a good job of quickly showing how Tauri differs and why you might choose it. - https://gethopp.app/blog/tauri-vs-electron
#electron
Electron is a natural choice for building JS and HTML-powered cross-platform desktop apps but numerous alternatives have appeared like Neutralinojs and the Rust-based Tauri. This post does a good job of quickly showing how Tauri differs and why you might choose it. - https://gethopp.app/blog/tauri-vs-electron
#electron
www.gethopp.app
Tauri vs. Electron: performance, bundle size, and the real trade-offs
A breakdown of the choice between Tauri and Electron for cross-platform apps, backed by practical comparisons and benchmark data.
👍2
React Server Components Support Across Frameworks
A comparison of support for aspects of the main RSC related functionality in Next.js, Vite, Waku, Forket, Parcel, React Router, and RedwoodSDK, along with the code used to test each one - https://rsc.krasimirtsonev.com/
#react
A comparison of support for aspects of the main RSC related functionality in Next.js, Vite, Waku, Forket, Parcel, React Router, and RedwoodSDK, along with the code used to test each one - https://rsc.krasimirtsonev.com/
#react
rsc.krasimirtsonev.com/
React Server Components support
Can I use React Server Components (RSCs) today. A project that shows the support of RSCs across the frameworks and libraries.
👍1
Accelerating Large-Scale Test Migration with LLMs
How Airbnb completed its first large-scale, LLM-driven code migration in moving from Enzyme to React Testing Library. - https://medium.com/airbnb-engineering/accelerating-large-scale-test-migration-with-llms-9565c208023b
#teact
How Airbnb completed its first large-scale, LLM-driven code migration in moving from Enzyme to React Testing Library. - https://medium.com/airbnb-engineering/accelerating-large-scale-test-migration-with-llms-9565c208023b
#teact
Medium
Accelerating Large-Scale Test Migration with LLMs
How Airbnb migrated nearly 3.5K Enzyme test files to React Testing Library in just 6 weeks using automation and LLMs
👍1