<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Frontend on Kaisekukun</title><link>https://netguide.jp/zh/tags/frontend/</link><description>Recent content in Frontend on Kaisekukun</description><generator>Hugo -- gohugo.io</generator><language>zh</language><copyright>Kaisekukun</copyright><atom:link href="https://netguide.jp/zh/tags/frontend/index.xml" rel="self" type="application/rss+xml"/><item><title>Next.js 15 New Features and Upgrade 指南: Migrating Your Project</title><link>https://netguide.jp/zh/web/nextjs-15-upgrade-guide/</link><pubDate>Wed, 08 Jul 2026 10:00:00 +0900</pubDate><guid>https://netguide.jp/zh/web/nextjs-15-upgrade-guide/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/nextjs-15-upgrade-guide-zh.png" alt="Featured image of post Next.js 15 New Features and Upgrade 指南: Migrating Your Project" /&gt;&lt;p&gt;Next.js 15 is officially released, built on React 19 stable. This major update brings a stable Partial Prerendering (PPR) system, a revamped caching strategy, and Turbopack integration for development builds.&lt;/p&gt;
&lt;p&gt;This article walks through the key new features and provides a step-by-step upgrade guide for migrating from Next.js 14.&lt;/p&gt;
&lt;h2 id="1-key-new-功能"&gt;1. Key New 功能
&lt;/h2&gt;&lt;h3 id="native-react-19-support"&gt;Native React 19 Support
&lt;/h3&gt;&lt;p&gt;Next.js 15 fully embraces React 19. Server Components are now stable, and new hooks like &lt;code&gt;use()&lt;/code&gt; and &lt;code&gt;useOptimistic()&lt;/code&gt; work directly within the App Router. Server Actions are also more efficient with improved performance for action-oriented hooks.&lt;/p&gt;</description></item><item><title>高级 Tuning for Vite Build and Bundling Performance</title><link>https://netguide.jp/zh/software/vite-build-performance-tips/</link><pubDate>Sun, 10 May 2026 12:00:00 +0900</pubDate><guid>https://netguide.jp/zh/software/vite-build-performance-tips/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/vite-build-performance-tips-zh.png" alt="Featured image of post 高级 Tuning for Vite Build and Bundling Performance" /&gt;&lt;p&gt;Keep your Vite builds extremely fast using custom bundling settings and caching layers.&lt;/p&gt;
&lt;p&gt;Vite is lightning-fast out of the box, but as codebases expand, production builds can slow down due to heavy Rollup compilation stages. This guide outlines how to optimize your builds using &lt;code&gt;manualChunks&lt;/code&gt;, esbuild minification settings, and dependency pre-bundling configurations.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-code-splitting-balancing-asset-sizes"&gt;1. Code Splitting: Balancing Asset Sizes
&lt;/h2&gt;&lt;p&gt;By default, Vite bundles your application code into unified scripts. To prevent downloading unnecessary JavaScript during the initial page load, developers must implement robust code-splitting strategies.&lt;/p&gt;</description></item><item><title>Tailwind CSS v4 Features and Migration 指南</title><link>https://netguide.jp/zh/web/tailwind-css-v4-update/</link><pubDate>Wed, 01 Apr 2026 12:00:00 +0900</pubDate><guid>https://netguide.jp/zh/web/tailwind-css-v4-update/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/tailwind-css-v4-update-zh.png" alt="Featured image of post Tailwind CSS v4 Features and Migration 指南" /&gt;&lt;p&gt;Tailwind CSS v4.0 introduces a brand-new compilation engine written completely in Rust, accelerating build loops by up to 10x. Additionally, it transitions from a JavaScript-based configuration file (&lt;code&gt;tailwind.config.js&lt;/code&gt;) to a CSS-first approach, where customizations are defined inside your primary stylesheet using standard CSS variables.&lt;/p&gt;
&lt;p&gt;This article reviews the major changes in Tailwind CSS v4 and provides a practical migration walkthrough to help you upgrade your projects.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-key-changes-in-tailwind-css-v4"&gt;1. Key Changes in Tailwind CSS v4
&lt;/h2&gt;&lt;h3 id="1-rust-powered-oxide-engine"&gt;1) Rust-Powered &amp;ldquo;Oxide&amp;rdquo; Engine
&lt;/h3&gt;&lt;p&gt;The defining feature of v4 is its compiler. Rewritten in Rust, the Oxide engine processes stylesheet files significantly faster than the old PostCSS-based engine. This translates to near-instantaneous dev server startups and hot module replacement (HMR), keeping developers in their flow.&lt;/p&gt;</description></item></channel></rss>