<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>React on Kaisekukun</title><link>https://netguide.jp/zh-tw/tags/react/</link><description>Recent content in React on Kaisekukun</description><generator>Hugo -- gohugo.io</generator><language>zh-TW</language><copyright>Kaisekukun</copyright><atom:link href="https://netguide.jp/zh-tw/tags/react/index.xml" rel="self" type="application/rss+xml"/><item><title>Next.js 15 New Features and Upgrade Guide: Migrating Your Project</title><link>https://netguide.jp/zh-tw/web/next.js-15-new-features-and-upgrade-guide-migrating-your-project/</link><pubDate>Wed, 08 Jul 2026 10:00:00 +0900</pubDate><guid>https://netguide.jp/zh-tw/web/next.js-15-new-features-and-upgrade-guide-migrating-your-project/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/nextjs-15-upgrade-guide-zh-tw.png" alt="Featured image of post Next.js 15 New Features and Upgrade Guide: 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-features"&gt;1. Key New Features
&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>Key Points for Performance Optimization in Next.js App Router</title><link>https://netguide.jp/zh-tw/software/nextjs-app-router-optimization/</link><pubDate>Wed, 25 Feb 2026 12:00:00 +0900</pubDate><guid>https://netguide.jp/zh-tw/software/nextjs-app-router-optimization/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/nextjs-app-router-optimization-zh-tw.png" alt="Featured image of post Key Points for Performance Optimization in Next.js App Router" /&gt;&lt;p&gt;Leveraging React 18 capabilities, &lt;strong&gt;Next.js App Router&lt;/strong&gt; provides a highly performant architecture for building modern web frontends.&lt;/p&gt;
&lt;p&gt;However, misconfiguring server-client boundaries or caching rules can lead to slow response times. In this guide, we explore practical optimization techniques to build blazing-fast Next.js applications.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="1-maximize-react-server-components-rsc"&gt;1. Maximize React Server Components (RSC)
&lt;/h3&gt;&lt;p&gt;The primary benefit of the App Router is that all components are Server Components by default. This eliminates large portions of JavaScript from the client-side bundle.&lt;/p&gt;</description></item></channel></rss>