<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Viktor Taraskevych</title>
    <description>The latest articles on DEV Community by Viktor Taraskevych (@vik_tar).</description>
    <link>https://dev.to/vik_tar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4122456%2F1e6301fa-e12c-4b3d-9e3b-6eb436b9868f.jpg</url>
      <title>DEV Community: Viktor Taraskevych</title>
      <link>https://dev.to/vik_tar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vik_tar"/>
    <language>en</language>
    <item>
      <title>Next.js 16.3 update</title>
      <dc:creator>Viktor Taraskevych</dc:creator>
      <pubDate>Sat, 12 Sep 2026 17:49:13 +0000</pubDate>
      <link>https://dev.to/vik_tar/nextjs-163-update-4jl1</link>
      <guid>https://dev.to/vik_tar/nextjs-163-update-4jl1</guid>
      <description>&lt;p&gt;Next.js 16.3 is the biggest framework update since 16.0, and most of the improvements ship with zero code changes.&lt;br&gt;
What every project gets:&lt;br&gt;
Up to 90% less memory in dev - Turbopack now uses disk caching and memory eviction by default. Real case: a 50-route app dropped from ~4.6GB to ~840MB RAM&lt;br&gt;
Up to 5.5x faster repeat builds, thanks to the same disk cache now working with next build too&lt;br&gt;
Up to 22% more requests under load - SSR moved from Web Streams to native Node.js streams&lt;br&gt;
TypeScript 7-10x faster type checking&lt;br&gt;
Edge runtime is now officially deprecated&lt;br&gt;
Separately - Instant Navigations, opt-in features rethinking navigation in server-driven apps:&lt;br&gt;
→ Partial Prefetching - instead of an aggressive full-page prefetch on every link, one reusable "shell" per route, cached for the session → Instant Insights - a devtool that automatically catches navigations that weren't instant and hands you a fix prompt → Better ISR - pages without a build-time prerender now show an instant shell to the first visitor instead of a blocking load → Navigation Inspector - visual debugging of loading states in dev → Playwright helper instant() - catches regressions when a navigation stops being instant after a refactor&lt;br&gt;
This will become the default in the next major version - worth a look now.&lt;br&gt;
&lt;a href="https://lnkd.in/dXMz9jYH" rel="noopener noreferrer"&gt;https://lnkd.in/dXMz9jYH&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  nextjs #frontend #webdev #reactjs
&lt;/h1&gt;

</description>
      <category>nextjs</category>
      <category>performance</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
