Advertisement · 728 × 90

Posts by Aurora Scharff

Preview
React Miami 2026 - The Ultimate React Conference in the US Join us for the ultimate React developers conference in Miami. April 23-24, 2026 at Hyatt Regency Miami. Learn from world-class speakers and industry experts.

Speaking at React Miami later this month! Page loads, navigations, form submissions: so much of the user experience lives in the in-between states. Talking about how modern React handles them.

See you there ☀️
www.reactmiami.com/speakers/sch...

1 week ago 9 0 0 0

Been using View Transitions in my Next.js apps for a while now and wanted more people to try them. Wrote this skill and the demo app so your agent can add them too.

2 weeks ago 17 0 0 0
Preview
vercel-react-view-transitions by vercel-labs/agent-skills Install the vercel-react-view-transitions skill for vercel-labs/agent-skills

Add the skill to your project.
skills.sh/vercel-labs...

2 weeks ago 7 2 0 0
Preview
Guides: View transitions Learn how to use view transitions to communicate meaning during navigation, loading, and content changes in a Next.js app.

New guide: implement each animation from the video with React <𝚅𝚒𝚎𝚠𝚃𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗> in Next.js.
nextjs.org/docs/app/gu...

2 weeks ago 4 2 1 0
Video

New agent skill: 𝚛𝚎𝚊𝚌𝚝-𝚟𝚒𝚎𝚠-𝚝𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗𝚜

Add React <𝚅𝚒𝚎𝚠𝚃𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗> animations to any React app. Also covers how Next.js can natively integrate them.

• Animate elements across navigations
• Slide pages forward and back
• Smooth loading transitions
• Composition and accessibility handled

2 weeks ago 20 3 1 2

This is a big one. Making Next.js deploy well on every major cloud has been a real focus, and the team has been working closely with partners to get it right.

3 weeks ago 16 1 0 0
Preview
Next.js Across Platforms: Adapters, OpenNext, and Our Commitments Next.js 16.2 introduces a stable Adapter API, a public adapter test suite, and a working group for more consistent deployment across platforms.

Next.js is used by millions of developers across every major cloud. Making it work well everywhere is on us.

Here's what we've built with Netlify, Cloudflare, OpenNext, AWS, and Google Cloud, and the commitments we're making.

nextjs.org/nextjs-acro...

3 weeks ago 48 7 0 5

What are you struggling with in Next.js right now?

I work on Next.js developer experience at Vercel. Want to know what actually trips people up so I can help fix it and create content around it. Drop your pain points.

3 weeks ago 3 0 7 0
Preview
Implementing Next.js 16 'use cache' with next-intl Internationalization | Aurora Scharff Next.js 16 introduces component-level caching with the 'use cache' directive, but it doesn't work seamlessly with next-intl yet. Learn why and discover a practical workaround.

Gave the experimental 𝚗𝚎𝚡𝚝/𝚛𝚘𝚘𝚝-𝚙𝚊𝚛𝚊𝚖𝚜 inside "use cache" a spin with next-intl in Next.js 16.2. Cached components can read locale directly instead of prop-drilling it from the page. Updated my blog post with what I found ↓
aurorascharff.no/posts/implem...

3 weeks ago 9 0 0 0
Preview
Error Handling in Next.js with catchError | Aurora Scharff react-error-boundary has issues with Server Components in Next.js. catchError is a framework-aware alternative that handles notFound(), redirect(), and server data re-fetching correctly.

Wrote up the full walkthrough with code examples ↓
aurorascharff.no/posts/error-...

4 weeks ago 6 1 1 0
Advertisement
Preview
GitHub - aurorascharff/next-16-2-error-handling: Interactive demo comparing error handling in Next.js 16.2: react-error-boundary vs the workaround (digest filtering + key reset) vs the built-in catchE... Interactive demo comparing error handling in Next.js 16.2: react-error-boundary vs the workaround (digest filtering + key reset) vs the built-in catchError API - aurorascharff/next-16-2-error-handling

Before, workaround, and after in one demo ↓
github.com/aurorascharf...

4 weeks ago 1 0 0 0
Preview
Error Handling in Next.js with catchError | Aurora Scharff react-error-boundary has issues with Server Components in Next.js. catchError is a framework-aware alternative that handles notFound(), redirect(), and server data re-fetching correctly.

Wrote up the full walkthrough with code examples ↓
aurorascharff.no/posts/error-...

4 weeks ago 6 1 1 0
Video

𝚛𝚎𝚊𝚌𝚝-𝚎𝚛𝚛𝚘𝚛-𝚋𝚘𝚞𝚗𝚍𝚊𝚛𝚢 is great for declarative error handling, but it breaks with Server Components: it swallows 𝚗𝚘𝚝𝙵𝚘𝚞𝚗𝚍() and 𝚛𝚎𝚍𝚒𝚛𝚎𝚌𝚝(), and 𝚛𝚎𝚜𝚎𝚝() can't re-fetch server data.

Next.js 16.2 𝚌𝚊𝚝𝚌𝚑𝙴𝚛𝚛𝚘𝚛: framework-aware, and 𝚛𝚎𝚝𝚛𝚢() re-fetches RSC data.

Blog post + demo in the thread ↓

4 weeks ago 24 2 2 0
Preview
Next.js 16.2: AI Improvements Next.js 16.2 ships AGENTS.md in create-next-app, browser log forwarding, dev server lock file with PID, and next-browser for AI agent debugging.

Next.js 16.2: AI Improvements

• Next.js-aware browser lets Agents improve your app
• 𝙰𝙶𝙴𝙽𝚃𝚂.𝚖𝚍 included in 𝚌𝚛𝚎𝚊𝚝𝚎-𝚗𝚎𝚡𝚝-𝚊𝚙𝚙 by default
• Browser errors forwarded to terminal
• Dev server lock file prevents duplicate servers
nextjs.org/blog/next-1...

1 month ago 14 3 1 0
Preview
Turbopack: What's New in Next.js 16.2 Turbopack in Next.js 16.2 brings faster builds, SRI support, postcss.config.ts, tree shaking of dynamic imports, Server Fast Refresh, inline loader configuration, and over 200 bug fixes.

Turbopack: What's New in Next.js 16.2

• Up to ~375% faster updates with Server Fast Refresh
• Improved Web Workers support
• Subresource Integrity (SRI) support
• Tree shaking for dynamic 𝚒𝚖𝚙𝚘𝚛𝚝()
• 200+ bug fixes
nextjs.org/blog/next-1...

1 month ago 16 2 2 0
View Transitions A playground to explore Next.js features such as nested layouts, instant loading states, streaming, and component level data fetching.

Try it live ↓
app-router.vercel.app/view-transit...

1 month ago 1 0 0 0
Video

View Transitions just got simpler with Next.js 16.2.

<𝙻𝚒𝚗𝚔> now has a 𝚝𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗𝚃𝚢𝚙𝚎𝚜 prop. Tag your navigation with a type, and <𝚅𝚒𝚎𝚠𝚃𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗> picks the right animation.

1 month ago 15 2 1 0
Open VSX Registry

This one! It's so good.

open-vsx.org/extension/em...

1 month ago 1 0 1 0
Preview
Next.js 16.2 Next.js 16.2 includes Adapters, rendering performance improvements, improved debugging and error pages, and more.

Next.js 16.2

• Up to ~60% faster rendering
• Up to ~400% faster 𝚗𝚎𝚡𝚝 𝚍𝚎𝚟 startup
• Server Function 𝚍𝚎𝚟 logging
• Redesigned error page
• Better hydration errors
• 𝙴𝚛𝚛𝚘𝚛.𝚌𝚊𝚞𝚜𝚎 display in error overlay
nextjs.org/blog/next-16-2

1 month ago 42 6 1 0

Cascadia Code with ligatures in Cursor. Ligatures turn => and === into single glyphs, purely visual. Free from Microsoft: github.com/microsoft/cascadia-code. Set with "editor.fontFamily": "'Cascadia Code'" and "editor.fontLigatures": true.

1 month ago 0 0 1 0
Advertisement
Preview
Vercel Docs Theme - Visual Studio Marketplace Extension for Visual Studio Code - Dark and light themes for VSCode/Cursor matching the Vercel docs syntax highlighting

Grab it here ↓
marketplace.visualstudio.com/items?itemNa...

1 month ago 1 1 0 0
Video

I wanted my editor to match the Vercel docs code blocks. Found a great theme by github.com/natemcgrady based on the Vercel ray.so theme, forked it, tweaked it to get closer to the docs, and added a light variant.

Going to use it for all my demos, videos, and presentations. Works in VS and Cursor.

1 month ago 7 0 3 0
Preview
Configuration: TypeScript | Next.js Next.js provides a TypeScript-first development experience for building your React application.

Types are generated automatically on `next dev` and `next build`.

Docs ↓

1 month ago 1 1 0 0
Video

A Next.js feature I think more devs should know about:

𝚝𝚢𝚙𝚎𝚍𝚁𝚘𝚞𝚝𝚎𝚜: 𝚝𝚛𝚞𝚎

PageProps auto-types your params and searchParams. Route<T> catches broken links at build time.

1 month ago 7 1 3 1
React, Next.js & Server Components at Scale with Aurora Scharff (DX Engineer at Vercel)
React, Next.js & Server Components at Scale with Aurora Scharff (DX Engineer at Vercel) YouTube video by Neciu Dan - The Señor Developer

🎙️ New Señors @ Scale ep with
@aurorascharff.no DX Engineer at @vercel.com

We dig into RSC, Next.js App Router, why certifications matter more when AI can generate code and more 👇

🎧 youtu.be/4Llhem0M1Og
🎵 open.spotify.com/episode/6UW8...

1 month ago 1 1 0 0

Hey! Summarized:
1. Build relationships with developers to understand how they use Next.js and what is missing
2. Create content and materials (blog posts, videos, demo apps, talks) so more people know about and use the product
3. Feed insights back to the product team based on what you learn

1 month ago 2 0 0 1

Thank you, Daniel!!

1 month ago 1 0 0 0

Can't wait to start this journey, teach what I learn along the way, and help make Next.js and Vercel products as good as possible for everyone.

My inbox is always open.

1 month ago 4 0 0 0
Advertisement

The deep dives into patterns, the experiments with new APIs, the content that helps other developers get unstuck: that's been the most rewarding part of my career so far.

Now I get to do it as part of the team that builds the framework.

1 month ago 3 0 1 0

For the past few years, I've been writing blog posts, giving talks, and building demo apps around React and Next.js, all on my own time, because I genuinely love it.

1 month ago 5 0 1 0