# Vite

Published articles for Vite.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Adding Google Login to a React App with Auth0

DevFeed: [Adding Google Login to a React App with Auth0](<https://devfeed.tech/articles/adding-google-login-to-a-react-app-with-auth0-15635.md>)

Original publisher: [Read original article](<https://auth0.com/blog/adding-google-login-to-react-app-with-auth0/>)

Author: Carla Urrea Stabile

Published: 2026-09-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Auth0 Blog](<https://devfeed.tech/sources/auth0-blog.md>)

Topics: [Auth0](<https://devfeed.tech/topics/auth0.md>), [React](<https://devfeed.tech/topics/react.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [OpenID connect (OIDC)](<https://devfeed.tech/topics/oidc.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [auth0](<https://devfeed.tech/tags/auth0.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [google](<https://devfeed.tech/tags/google.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [oidc](<https://devfeed.tech/tags/oidc.md>), [react](<https://devfeed.tech/tags/react.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [vite](<https://devfeed.tech/tags/vite.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

### AI overview

A step-by-step tutorial for adding Google login to a Vite-based React application with Auth0. It covers installing the Auth0 React SDK, creating and configuring an Auth0 application, setting callback, logout, and web-origin URLs, and preparing credentials for production Google authentication.

### Source excerpt

Add Google login to a React app with Auth0. A step-by-step tutorial from installing the Auth0 React SDK to configuring your own production Google credentials.

## Cypress 16: faster tests, starting with HTTP/2 support

DevFeed: [Cypress 16: faster tests, starting with HTTP/2 support](<https://devfeed.tech/articles/cypress-16-faster-tests-starting-with-http-2-support-12602.md>)

Original publisher: [Read original article](<https://www.cypress.io/blog/cypress-16-faster-tests-starting-with-http2-support/>)

Published: 2026-09-01T17:28:34Z

Content type: release

Language: en

Sources: [Cypress Blog](<https://devfeed.tech/sources/cypress-blog.md>)

Topics: [Cypress](<https://devfeed.tech/topics/cypress.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Chromium](<https://devfeed.tech/topics/chromium.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [chromium](<https://devfeed.tech/tags/chromium.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cypress](<https://devfeed.tech/tags/cypress.md>), [http](<https://devfeed.tech/tags/http.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [tests](<https://devfeed.tech/tags/tests.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Cypress 16 improves end-to-end test performance with HTTP/2 support, zero-delay typing, faster visibility checks, retrying cookie and storage commands, and automatic memory management. The release also updates Node.js, Electron, and Chromium versions and removes Cypress.env() as part of its security work.

### Source excerpt

Cypress 16 goes after slow test suites from every angle: HTTP/2 support, zero-delay typing, faster visibility checks, retrying cookie commands, and automatic memory management. Most of it arrives without editing a single test. Here's what changed, why, and how to upgrade.

## How to Use Svelte and Go to Build a Video Chat App

DevFeed: [How to Use Svelte and Go to Build a Video Chat App](<https://devfeed.tech/articles/how-to-use-svelte-and-go-to-build-a-video-chat-app-16100.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/product/build-video-chat-app-svelte-go>)

Author: Donal Toomey

Published: 2026-08-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [build-video-app](<https://devfeed.tech/tags/build-video-app.md>), [build-video-chat-app](<https://devfeed.tech/tags/build-video-chat-app.md>), [cors](<https://devfeed.tech/tags/cors.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [env-file-security](<https://devfeed.tech/tags/env-file-security.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [git](<https://devfeed.tech/tags/git.md>), [go](<https://devfeed.tech/tags/go.md>), [how-can-i-build-a-video-app](<https://devfeed.tech/tags/how-can-i-build-a-video-app.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [how-to-create-video-chat-app](<https://devfeed.tech/tags/how-to-create-video-chat-app.md>), [how-to-make-video-chat-app](<https://devfeed.tech/tags/how-to-make-video-chat-app.md>), [live-video-chat-app](<https://devfeed.tech/tags/live-video-chat-app.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [twilio-golang](<https://devfeed.tech/tags/twilio-golang.md>), [twilio-programmable-video](<https://devfeed.tech/tags/twilio-programmable-video.md>), [twilio-video](<https://devfeed.tech/tags/twilio-video.md>), [twilio-video-tutorial](<https://devfeed.tech/tags/twilio-video-tutorial.md>), [video-api](<https://devfeed.tech/tags/video-api.md>), [video-app](<https://devfeed.tech/tags/video-app.md>), [video-chat-app](<https://devfeed.tech/tags/video-chat-app.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

This tutorial explains how to build a real-time video chat app using Svelte for the frontend, Go for the backend, and the Twilio Video API. It covers the application flow, project setup, dependencies, environment configuration, and credential handling.

### Source excerpt

Build a real-time video chat app with Svelte 5, Vite, and Go using the Twilio Video API.

## 🍔🧠 Why Linear Feels So Fast (Technical Breakdown)

DevFeed: [🍔🧠 Why Linear Feels So Fast (Technical Breakdown)](<https://devfeed.tech/articles/why-linear-feels-so-fast-technical-breakdown-18139.md>)

Original publisher: [Read original article](<https://hungrymindsdev.substack.com/p/why-linear-feels-so-fast-technical>)

Author: Alexandre Zajac

Published: 2026-07-20T15:30:40Z

Content type: article

Language: en

Sources: [Hungry Minds](<https://devfeed.tech/sources/hungry-minds.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [client](<https://devfeed.tech/topics/client.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [linear](<https://devfeed.tech/tags/linear.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [npm](<https://devfeed.tech/tags/npm.md>), [technical](<https://devfeed.tech/tags/technical.md>), [vite](<https://devfeed.tech/tags/vite.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

A technical breakdown of how Linear aims to feel fast by minimizing network latency. It describes local-first state updates, asynchronous synchronization over WebSocket, code splitting, parallel module loading, service-worker precaching, and separately cached dependency chunks.

### Source excerpt

PLUS: Virtual memory explained 👨💻, Spark retires vector DBs 💾, Backprop explained simply 🧮

## Vite 8.1 is out!

DevFeed: [Vite 8.1 is out!](<https://devfeed.tech/articles/vite-8-1-is-out-3023.md>)

Original publisher: [Read original article](<https://vite.dev/blog/announcing-vite8-1>)

Author: The Vite Team

Published: 2026-06-23T00:00:00Z

Content type: release

Language: en

Sources: [Vite](<https://devfeed.tech/sources/vite.md>)

Topics: [Vite](<https://devfeed.tech/topics/vite.md>), [Development](<https://devfeed.tech/topics/development.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [announce](<https://devfeed.tech/tags/announce.md>), [browser](<https://devfeed.tech/tags/browser.md>), [linear](<https://devfeed.tech/tags/linear.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Vite 8.1 has been released with experimental bundled dev mode, which is intended to improve development performance for large applications. Initial testing reported faster startup and full-page reloads than the unbundled dev server.

### Source excerpt

Vite 8.1 is out!  June 23, 2026 Vite 8 was released in March with a single unified bundler powered by Rolldown, opening the door to further improvements. It is now seeing 41.6 million weekly downloads, almost reaching the total downloads of Vite 7. Alongside resolving upgrade regressions, we've been working on new features, and we're excited to announce the release of Vite 8.1. Quick links: Docs Translations: 简体中文, 日本語, Español, Português, 한국어, Deutsch, فارسی GitHub Changelog Play online with Vite 8.1 using vite.new or scaffold a Vite app locally with your preferred framework running pnpm create vite. Check out the Getting Started Guide for more information. We invite you to help us improve Vite (joining the more than 1.2K contributors to Vite Core), our dependencies, or plugins and projects in the ecosystem. Learn more at our Contributing Guide. A good way to get started is by triaging issues, reviewing PRs, sending tests PRs based on open issues, and supporting others in Discussions or Vite Land's help forum. If you have questions, join our Discord community and talk to us in the #contributing channel. Stay updated and connect with others building on top of Vite by following us on Bluesky, X, or Mastodon. Features  Experimental Bundled Dev Mode  Experimental support for bundled dev mode is now available. This was previously called as "Full Bundle Mode". This mode is to improve performance of huge applications that suffer from the number of modules. In our initial testing with an app loading 10,000 React components, bundled dev mode achieved around 15x faster startup and 10x faster full page reloads compared to the unbundled dev server, while keeping HMR instant regardless of the application size. Early testing on real-world applications shows similar gains: the Linear team saw cold start rendering up to 3x faster, full reloads around 40% faster, and 10x fewer network requests. Why bundled dev mode? Vite is known for its unbundled dev server approach, which is a

## Workflow SDK now supports TanStack Start

DevFeed: [Workflow SDK now supports TanStack Start](<https://devfeed.tech/articles/workflow-sdk-now-supports-tanstack-start-1205.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/workflow-sdk-now-supports-tanstack-start>)

Author: Peter Wielander

Published: 2026-06-16T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [config](<https://devfeed.tech/tags/config.md>), [guide](<https://devfeed.tech/tags/guide.md>), [knowledge-base](<https://devfeed.tech/tags/knowledge-base.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [queue](<https://devfeed.tech/tags/queue.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vite](<https://devfeed.tech/tags/vite.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Vercel's Workflow SDK now supports TanStack Start applications. Because TanStack Start uses Vite and Nitro, the existing workflow/vite plugin can be added to the Vite configuration. Developers can then define durable, resumable workflow and step functions in TypeScript that survive restarts, sleep for days, and retry on failure, while the plugin handles compilation, queue configuration, and persistence.

### Source excerpt

Workflow SDK now supports TanStack Start applications on Vercel. TanStack Start is built on Vite and Nitro, so the existing workflow/vite plugin works directly. Add it to vite.config.ts alongside tanstackStart(). From there, write workflow and step functions in standard TypeScript with "use workflow" and "use step". They run as durable, resumable operations that survive restarts, sleep for days, and retry on failure, with compilation, queue configuration, and persistence handled by the plugin. Read the TanStack Start guide to learn more and create your first durable workflow, or browse TanStack resources in the Vercel Knowledge Base. Read more

## How we cut build times by two-thirds by deleting our CMS

DevFeed: [How we cut build times by two-thirds by deleting our CMS](<https://devfeed.tech/articles/how-we-cut-build-times-by-two-thirds-by-deleting-our-cms-24092.md>)

Original publisher: [Read original article](<https://blog.sentry.io/cut-build-times-delete-cms/>)

Author: Eli Lennox

Published: 2026-05-28T09:00:00Z

Content type: article

Language: en

Sources: [Sentry Blog](<https://devfeed.tech/sources/sentry-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [gatsby](<https://devfeed.tech/topics/gatsby.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Sentry describes replacing legacy Gatsby sites and a traditional headless CMS with Astro, Markdown, and Claude Code skills. The migration reduced build times from about 14 minutes to under 4 minutes and eliminated the cited CMS and marketing automation API failures.

### Source excerpt

Sentry replaced its CMS with Astro, Markdown, and Claude Code skills -- cutting build times from 14 to under 4 minutes and eliminating API failures.

## My Frontend Stack In 2026

DevFeed: [My Frontend Stack In 2026](<https://devfeed.tech/articles/my-frontend-stack-in-2026-18115.md>)

Original publisher: [Read original article](<https://thetshaped.dev/p/my-frontend-stack-in-2026-react-nextjs-pnpm-vite-ts-tailwind-storybook-tanstack-zustand-zod-oxlint-oxfmt-msw-vitest-playright-sentry>)

Author: The T-Shaped Dev

Published: 2026-05-23T02:19:53Z

Content type: opinion

Language: en

Sources: [The T-Shaped Dev](<https://devfeed.tech/sources/the-t-shaped-dev.md>)

Topics: [Front end](<https://devfeed.tech/topics/frontend.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [React](<https://devfeed.tech/topics/react.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Shadcn UI](<https://devfeed.tech/topics/shadcn-ui.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [tailwind-css](<https://devfeed.tech/tags/tailwind-css.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

An opinionated overview of a 2026 frontend stack for production applications. The author describes choosing Next.js for content-heavy sites, Vite with React and TypeScript for internal tools and single-page applications, pnpm for package management, and Tailwind CSS with shadcn/ui for styling and components.

### Source excerpt

The tools I actually reach for when building production apps, from framework to the moment a user hits a bug.

## Generate editorial React presentations with one Claude Code prompt

DevFeed: [Generate editorial React presentations with one Claude Code prompt](<https://devfeed.tech/articles/generate-editorial-react-presentations-with-one-claude-code-prompt-25150.md>)

Original publisher: [Read original article](<https://blog.droidchef.dev/generate-editorial-react-presentations-with-one-claude-code-prompt/>)

Author: Ishan Khanna

Published: 2026-05-17T08:17:35Z

Content type: tutorial

Language: en

Sources: [Ishan Khanna](<https://devfeed.tech/sources/ishan-khanna.md>)

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [React](<https://devfeed.tech/topics/react.md>), [Code](<https://devfeed.tech/topics/code.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [animation](<https://devfeed.tech/tags/animation.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [keyboard](<https://devfeed.tech/tags/keyboard.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [presentation](<https://devfeed.tech/tags/presentation.md>), [prompt](<https://devfeed.tech/tags/prompt.md>), [prompting](<https://devfeed.tech/tags/prompting.md>), [react](<https://devfeed.tech/tags/react.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

A tutorial presents a detailed Claude Code prompt for generating five-slide React presentations as a single Presentation.jsx file. The prompt fixes the design system and narrative structure while allowing the topic content to change, and the result can be used in a Vite, React, and Tailwind project.

### Source excerpt

If you caught my YouTube Short on generating presentations as React apps with an LLM, this is the prompt I promised. Paste it into Claude Code, edit the CONTENT block at the top, and you get back a single-file Presentation.jsx -- five slides, keyboard nav, animated counters, an

## Cloudflare's vinext Reimplements Next.js on Vite in Under a Week

DevFeed: [Cloudflare's vinext Reimplements Next.js on Vite in Under a Week](<https://devfeed.tech/articles/one-engineer-one-ai-one-week-cloudflare-just-rebuilt-next-js-30484.md>)

Original publisher: [Read original article](<https://bytesizedbets.com/p/one-engineer-one-ai-one-week-cloudflare>)

Author: TheAnkurTyagi

Published: 2026-04-08T15:49:33Z

Content type: opinion

Language: en

Sources: [ByteSizedBets](<https://devfeed.tech/sources/bytesizedbets.md>)

Topics: [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

The article examines Cloudflare's vinext, a framework reimplementation of Next.js on Vite that Cloudflare says was built by one engineer using an AI model in under a week. It reports claimed results of 4x faster builds, 57% smaller bundles, and 94% Next.js API coverage, while discussing testing, deployment outside Vercel, and the resulting ecosystem dispute.

### Source excerpt

And it only cost $1,100

## Teaching AI to Do Auth (So You Don't Have To)

DevFeed: [Teaching AI to Do Auth (So You Don't Have To)](<https://devfeed.tech/articles/teaching-ai-to-do-auth-so-you-don-t-have-to-5811.md>)

Original publisher: [Read original article](<https://neon.com/blog/teaching-ai-how-to-do-auth>)

Author: Pedro Figueiredo

Published: 2025-12-17T17:26:10Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [MCP](<https://devfeed.tech/topics/mcp.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [React](<https://devfeed.tech/topics/react.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [ai-tools](<https://devfeed.tech/tags/ai-tools.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [product](<https://devfeed.tech/tags/product.md>), [react](<https://devfeed.tech/tags/react.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

The article demonstrates how Neon Auth can be integrated into existing applications with AI-assisted development. It describes using MCP with Cursor, Claude, or an IDE to scaffold authentication in a Vite, React, and TypeScript app, guided by explicit rules, prompt templates, AI skills, and current SDK documentation.

### Source excerpt

We just launched Neon Auth and of course the immediate follow-up task I had was "let's teach my AI tools to use it for me". So we've been wiring Neon Auth into our MCP so you can open Cursor, Claude, or your IDE or choice and let the AI build a backend for you. Here's [...]

## Watch and Rebuild Storybook Dependencies with Nx

DevFeed: [Watch and Rebuild Storybook Dependencies with Nx](<https://devfeed.tech/articles/watch-and-rebuild-storybook-dependencies-with-nx-21453.md>)

Original publisher: [Read original article](<https://nx.dev/blog/storybook-watch-dependencies-nx>)

Author: Juri Strumpflohner

Published: 2025-10-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Storybook](<https://devfeed.tech/topics/storybook.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Library](<https://devfeed.tech/topics/library.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [build](<https://devfeed.tech/tags/build.md>), [commands](<https://devfeed.tech/tags/commands.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [storybook](<https://devfeed.tech/tags/storybook.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

This tutorial explains how to use Nx workspace watching to automatically rebuild buildable library dependencies in a Storybook monorepo. It configures watch and dependency targets so Storybook's Vite HMR server detects changes and refreshes automatically.

### Source excerpt

Learn how to set up automatic rebuilding of buildable library dependencies in your Storybook setup using Nx workspace watching for a seamless developer experience.

## Nuxt 4.2

DevFeed: [Nuxt 4.2](<https://devfeed.tech/articles/nuxt-4-2-3441.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v4-2>)

Published: 2025-10-25T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [net](<https://devfeed.tech/tags/net.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Nuxt 4.2 introduces experimental TypeScript developer-experience improvements, finer-grained cancellation for data-fetching requests, a detailed error overlay during development, and optional Vite Environment API support. It also extracts Nitro server integration into a separate package and lays groundwork for future Nuxt v5 breaking changes.

### Source excerpt

Nuxt 4.2 is out - with experimental TypeScript plugin support, better error handling in development, abort control for data fetching, and more!

## Sharing Excess Uses Neon Database Branches for Development Environments

DevFeed: [Sharing Excess Uses Neon Database Branches for Development Environments](<https://devfeed.tech/articles/branching-as-the-environment-how-sharing-excess-ships-faster-on-neon-5040.md>)

Original publisher: [Read original article](<https://neon.com/blog/branching-as-the-environment-how-sharing-excess-ships-faster-on-neon>)

Author: Taraneh Dohmer

Published: 2025-10-23T17:49:17Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Bun](<https://devfeed.tech/topics/bun.md>), [React](<https://devfeed.tech/topics/react.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [bun](<https://devfeed.tech/tags/bun.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [database](<https://devfeed.tech/tags/database.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [react](<https://devfeed.tech/tags/react.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

This case study describes how Sharing Excess, a nonprofit food-rescue organization, uses Neon database branches for production, staging, and per-developer environments. Its three-person engineering team uses a Bun and TypeScript monorepo with React, Vite, Hono, Postgres, and Drizzle ORM.

### Source excerpt

"For a small team, branching and scale-to-zero just make our lives markedly easier. We're able to use real data without risky scripts touching production, and we don't pay overnight for what we don't use." -- Ryan McHenry, Head of Technology, Sharing Excess What is Sharing Excess?...

## React Conf 2025 Recap

DevFeed: [React Conf 2025 Recap](<https://devfeed.tech/articles/react-conf-2025-recap-2992.md>)

Original publisher: [Read original article](<https://react.dev/blog/2025/10/16/react-conf-2025-recap>)

Author: Matt Carroll and Ricky Hanlon

Published: 2025-10-16T00:00:00Z

Content type: article

Language: en

Sources: [React Blog](<https://devfeed.tech/sources/react-blog.md>)

Topics: [React](<https://devfeed.tech/topics/react.md>), [React Native](<https://devfeed.tech/topics/react-native.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Expo](<https://devfeed.tech/topics/expo.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [event](<https://devfeed.tech/tags/event.md>), [migration](<https://devfeed.tech/tags/migration.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [profiling](<https://devfeed.tech/tags/profiling.md>), [react-native](<https://devfeed.tech/tags/react-native.md>), [recap](<https://devfeed.tech/tags/recap.md>), [vite](<https://devfeed.tech/tags/vite.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

A recap of React Conf 2025 covering React 19.2, Canary features, React Compiler v1.0, the React Foundation, and React Native announcements. It also highlights performance tooling, web compatibility, application migrations, and the growth of React Native.

### Source excerpt

Last week we hosted React Conf 2025, in this post, we summarize the talks and announcements from the event...

## How We Built the Turso Shell in the Browser

DevFeed: [How We Built the Turso Shell in the Browser](<https://devfeed.tech/articles/how-we-built-the-turso-shell-in-the-browser-5971.md>)

Original publisher: [Read original article](<https://turso.tech/blog/how-we-built-the-turso-shell-in-the-browser>)

Author: Jamie Barton

Published: 2025-10-14T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [React](<https://devfeed.tech/topics/react.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [local-first](<https://devfeed.tech/tags/local-first.md>), [offline](<https://devfeed.tech/tags/offline.md>), [react](<https://devfeed.tech/tags/react.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [tailwind-css](<https://devfeed.tech/tags/tailwind-css.md>), [turso](<https://devfeed.tech/tags/turso.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

### AI overview

This article explains how to build the Turso Shell, a full SQLite shell that runs entirely in the browser with Turso's WebAssembly build, Vite, OPFS storage, React, and TypeScript. It covers WASM loading, required COOP and COEP headers, database initialization, a SQL query interface, and upgrading the textarea to a syntax-highlighted code editor. The result is a local-first, offline-capable application that can operate without a backend and synchronize when needed.

### Source excerpt

Build a full SQLite shell that runs entirely in the browser using Turso's WebAssembly build, OPFS storage, and Vite. No backend, no server required.

## Cloudflare Donates $150,000 to Support Astro's Open Source Mission

DevFeed: [Cloudflare Donates $150,000 to Support Astro's Open Source Mission](<https://devfeed.tech/articles/cloudflare-donates-150-000-to-support-astro-s-open-source-mission-3298.md>)

Original publisher: [Read original article](<https://astro.build/blog/cloudflare-official-partner/>)

Author: Fred Schott

Published: 2025-09-23T00:00:00Z

Content type: news

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [github](<https://devfeed.tech/tags/github.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Astro announces Cloudflare as an official hosting partner following a $150,000 donation to support Astro's open-source mission. The partnership focuses on deployment, performance, server-side rendering, and improving the Astro experience on Cloudflare, including exploration of the Vite Environment API.

### Source excerpt

Announcing Cloudflare as our new partner alongside their $150,000 donation to the Astro open source project.

## From Self-Taught PHP to SaaS Creator. The Artisan of the Day Is Vladimir Nikolic.

DevFeed: [From Self-Taught PHP to SaaS Creator. The Artisan of the Day Is Vladimir Nikolic.](<https://devfeed.tech/articles/from-self-taught-php-to-saas-creator-the-artisan-of-the-day-is-vladimir-nikolic-3708.md>)

Original publisher: [Read original article](<https://laravel.com/blog/from-self-taught-php-to-saas-creator-the-artisan-of-the-day-is-vladimir-nikolic>)

Author: Ana Tavares

Published: 2025-09-16T16:06:38Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Livewire](<https://devfeed.tech/topics/livewire.md>), [HTML](<https://devfeed.tech/topics/html.md>), [CSS](<https://devfeed.tech/topics/css.md>), [EJS](<https://devfeed.tech/topics/ejs.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [building-products](<https://devfeed.tech/tags/building-products.md>), [coding](<https://devfeed.tech/tags/coding.md>), [community](<https://devfeed.tech/tags/community.md>), [developers](<https://devfeed.tech/tags/developers.md>), [git](<https://devfeed.tech/tags/git.md>), [knowledge-sharing](<https://devfeed.tech/tags/knowledge-sharing.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>), [saas](<https://devfeed.tech/tags/saas.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

This article profiles Vladimir Nikolic's journey from a self-taught PHP beginner to a Laravel SaaS creator, software company founder, and community organizer. It describes his early experimentation with HTML and CSS, his discovery of Laravel, the products built through Coding Wisely, and his efforts to share knowledge through communities, meetups, and technical writing.

### Source excerpt

Vladimir Nikolic shares his journey from self-taught PHP beginner to Laravel SaaS creator and community organizer, building products and mentoring developers worldwide.

## Nuxt 4.1

DevFeed: [Nuxt 4.1](<https://devfeed.tech/articles/nuxt-4-1-3440.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v4-1>)

Published: 2025-09-02T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [development](<https://devfeed.tech/tags/development.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [integration](<https://devfeed.tech/tags/integration.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [release](<https://devfeed.tech/tags/release.md>), [rust](<https://devfeed.tech/tags/rust.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Nuxt 4.1 improves build stability through import maps that reduce cascading hash changes and improve production cache efficiency. The release also adds experimental Rust-powered Rolldown bundling, more reliable lazy hydration macros without auto-imports, improved route-rule access, and module dependency and option integration.

### Source excerpt

Nuxt 4.1 is out - bringing enhanced build stability, better development experience, and powerful new features for module authors!

## From Liège to Laravel: The Artisan of the Day Is Adrien Leloup.

DevFeed: [From Liège to Laravel: The Artisan of the Day Is Adrien Leloup.](<https://devfeed.tech/articles/from-liege-to-laravel-the-artisan-of-the-day-is-adrien-leloup-3703.md>)

Original publisher: [Read original article](<https://laravel.com/blog/from-liege-to-laravel-the-artisan-of-the-day-is-adrien-leloup>)

Author: Ana Tavares

Published: 2025-08-23T12:16:30Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Development](<https://devfeed.tech/topics/development.md>), [Tool](<https://devfeed.tech/topics/tool.md>), [shaders](<https://devfeed.tech/topics/shaders.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Bluesky](<https://devfeed.tech/topics/bluesky-social.md>), [Livewire](<https://devfeed.tech/topics/livewire.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [dev](<https://devfeed.tech/tags/dev.md>), [dev-tools](<https://devfeed.tech/tags/dev-tools.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [launch](<https://devfeed.tech/tags/launch.md>), [macos](<https://devfeed.tech/tags/macos.md>), [php](<https://devfeed.tech/tags/php.md>), [vite](<https://devfeed.tech/tags/vite.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This developer profile features Adrien Leloup, a full-stack developer in Liège who has built more than 100 Laravel-based web projects at Whitecube. It also covers his PHPxBrussels community work, Hiker.dev tool, Laravel Ignition plugin, and experiments with shaders, Vite, Livewire, middleware, and macOS developer tools.

### Source excerpt

Belgian developer Adrien Leloup builds with Laravel at Whitecube, co-leads PHPxBrussels, and is launching Hiker.dev in early access.

## Astro 5.13

DevFeed: [Astro 5.13](<https://devfeed.tech/articles/astro-5-13-3228.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-5130/>)

Author: Sarah Rainsberger; Emanuele Stoppa

Published: 2025-08-14T00:00:00Z

Content type: article

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [cli](<https://devfeed.tech/tags/cli.md>), [config](<https://devfeed.tech/tags/config.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [feature](<https://devfeed.tech/tags/feature.md>), [update](<https://devfeed.tech/tags/update.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Astro 5.13 introduces experimental improvements to static environment variable handling, including simpler behavior for private variables and reduced type coercion. It also adds support for Chrome DevTools workspaces and provides CLI upgrade options.

### Source excerpt

Astro 5.13 ships experimental improvements to environment variable handling, support for Chrome DevTools workspaces, and more!

## What's new in Svelte: August 2025

DevFeed: [What's new in Svelte: August 2025](<https://devfeed.tech/articles/what-s-new-in-svelte-august-2025-3066.md>)

Original publisher: [Read original article](<https://svelte.dev/blog/whats-new-in-svelte-august-2025>)

Author: Dani Sandoval

Published: 2025-08-01T00:00:00Z

Content type: article

Language: en

Sources: [Svelte blog](<https://devfeed.tech/sources/svelte-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [features](<https://devfeed.tech/tags/features.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [updates](<https://devfeed.tech/tags/updates.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

An August 2025 update covering Async Svelte, Remote Functions, SvelteKit, language tools, CLI improvements, debugging support, edge-environment compatibility, and Vite integration. It also highlights community showcase projects and contributor videos.

### Source excerpt

With Async Svelte and its companion Remote Functions officially out in the world, there's a lot of updates to share! Be sure to check out the showcase for videos from Rich, Paolo, and Stanislav about all the brand new features in Svelte. Let's dive into the highlights... What's new in Svelte, SvelteKit, Language Tools and CLI (sv) Remote functions can be called anywhere in your app, but always run on the server, and as such can safely access server-only modules containing things like environment variables and database clients (kit@2.27.0, Docs, #13986) getAbortSignal returns an AbortSignal that aborts when the current derived or effect re-runs or is destroyed (svelte@5.35.0, Docs, #16266) A new parent property has been added to the __svelte_meta properties that are added to elements at dev time - useful for debugging nested hierarchies (svelte@5.35.1, #16255) await is now supported in components when using the experimental.async compiler option (svelte@5.36.0/extensions@109.10.0, Docs, #15844) There are now types for the params prop and page attributes in page/layout components (kit@2.24.0, kit@2.26.0 & extensions@109.10.0, #13999 / #13864) SvelteKit's read now works in edge environments where fs.readFile isn't available such as in Cloudflare's workers, Netlify, and Vercel's edge functions (kit@2.25.0, #13859) The resolve(...) and asset(...) helpers have been added for resolving paths (kit@2.26.0, #13864) Support for modern SvelteKit prop typings has been added to VS Code snippets (extensions-109.10.0, #2796) The new vite.addPlugin simplifies adding a plugin on various vite config styles (sv@0.8.20, #633) vite-plugin-svelte is out with support for vite7, rolldown-vite and more For a full list of bug fixes in Svelte, SvelteKit and its adapters, check out their CHANGELOGs here and here. Community ShowcaseApps & Sites built with Svelte Logitech's new site is built in Svelte 🎉 hend.world is a language learning application that surrounds you with comprehensible input: co

## Nuxt 3.18

DevFeed: [Nuxt 3.18](<https://devfeed.tech/articles/nuxt-3-18-3431.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v3-18>)

Published: 2025-07-28T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [browser](<https://devfeed.tech/topics/browser.md>), [observability](<https://devfeed.tech/topics/observability.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [browser](<https://devfeed.tech/tags/browser.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [observability](<https://devfeed.tech/tags/observability.md>), [release](<https://devfeed.tech/tags/release.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Nuxt 3.18 brings selected Nuxt 4 features to the v3 line, including lazy hydration macros, improved accessibility announcements, Chrome DevTools workspace integration, stronger component type safety, observability support, and performance optimizations for development and code transformation.

### Source excerpt

Nuxt 3.18 is out - bringing v4 features to v3, improved accessibility, better browser dev tooling integration, and performance enhancements!

## Astro 5.12

DevFeed: [Astro 5.12](<https://devfeed.tech/articles/astro-5-12-3226.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-5120/>)

Author: Matt Kane

Published: 2025-07-17T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [cli](<https://devfeed.tech/tags/cli.md>), [config](<https://devfeed.tech/tags/config.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [content](<https://devfeed.tech/tags/content.md>), [development](<https://devfeed.tech/tags/development.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [features](<https://devfeed.tech/tags/features.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [post](<https://devfeed.tech/tags/post.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Astro 5.12 adds native TOML support for content loaders, improves the Netlify development experience through the Netlify Vite plugin, and introduces experimental raw environment values.

### Source excerpt

Astro 5.12 ships TOML support for content loaders, experimental raw environment values, and improved Netlify adapter development experience!

[Next page](<https://devfeed.tech/tags/vite.md?cursor=WyIyMDI1LTA3LTE3VDAwOjAwOjAwKzAwOjAwIiwgIjFhYWJkYmNmLTkxNTYtNDM2Yy1iNWI2LTFhMjlkOTFlZjgxYiJd>)