Aurora Scharff
banner
aurorascharff.no
Aurora Scharff
@aurorascharff.no
1.3K followers 210 following 160 posts
🇳🇴 Web Developer | React & Next.js | Microsoft MVP | International Conference Speaker | Consultant at crayonconsulting.no
Posts Media Videos Starter Packs
I would love to hear what you’re experiencing!
Reposted by Aurora Scharff
Next.js 16

• Cache Components
• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-16
On my way to Next.js Conf ✨

Next.js keeps evolving with new ways to structure and optimize apps. I’ll share practical patterns for composition, caching, and architecture to make apps more efficient and maintainable.

Looking forward to meeting everyone!

Watch online for free → nextjs.org/conf
Next.js Conf 2025
Join us in SF or online on October 22
nextjs.org
Awesome thanks, the deployment URL in GitHub is just wrong then @ricky.fm
There’s a lot of content on X about Remix 3!
Reposted by Aurora Scharff
Next.js 16 (beta)

• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-1...
Next.js 16 (beta)
Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
nextjs.org
I was having some issues with my setup at React Conf, and ended up converting my slide deck to PP just because I was worried about the clicker situation.
Other ways it has been solved for me is that the conference controls your slides, then switches to your mirrored view for you when it’s time for your demo.
Then you need them to give you a clicker to control your slides.
Problem is they might not be able to, I know this happened at React Conf yday
The extra screen sort of works, problem with that is a lot of the time your stage setup won’t allow that. I.e, if it’s a small tilted «laptop-holder» only
You can just click escape after your slides then swipe to your demo screen
So my method is here (unfortunately) to use PowerPoint, because it will show speaker notes for you only (or one projector only) even when you’re mirrored. I was shocked to find out keynote doesn’t have this feature? So it’s super easy to handle slides + live demo with PowerPoint
Lovely view here early morning at the Westin in Henderson, Nevada. So excited for the next couple of days of #ReactConf 🤩
Im here in LAX now 😂
Reposted by Aurora Scharff
Async operations don’t have to mean flickering UIs and messy state management. @aurorascharff.no (Crayon Consulting) shows how concurrent rendering + Actions fix these pain points in React 19, and what’s next with View Transitions.
▶️ youtu.be/I3AsmAWWGEs
Modern React Patterns: Concurrent Rendering, Actions & What’s Next | Aurora Scharff at RUC 2025
YouTube video by Callstack
youtu.be
I can’t believe that happened 😆😆 So glad you enjoyed it! Thanks for attending 🤩
Reposted by Aurora Scharff
Really excellent React / Next.js Server Components workshop this morning from @aurorascharff.no - learned a ton that I'll be applying to SimpleRSS! 🙂 She managed to squeeze a ton in even with the building briefly catching fire and being evacuated (for real).

#ReactAlicante
Reposted by Aurora Scharff
React 19.2 is now available!

This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more:

react.dev/blog/2025/10...
React 19.2 – React
The library for web and native user interfaces
react.dev
Reposted by Aurora Scharff
React Cheatsheet - Part 2 📜

Speed up your UI with `useDeferredValue` and `useOptimistic` ⚡

Defer expensive renders to keep your app responsive and show instant updates while async tasks complete. Smooth, seamless, and user-friendly! 👩‍💻
Reposted by Aurora Scharff
We're excited to announce React Conf speakers from some of your favorite React frameworks and build tools like @expo.dev @nextjs.org Parcel @reactrouter.com @redwoodjs.com Rock @tanstack.com
I will be speaking alongside @p4p8.bsky.social at React Conf in under two weeks! Can’t wait to showcase some of the awesome stuff @redwoodjs.com has to offer.
Reposted by Aurora Scharff
Ricky @ricky.fm · Sep 16
The real innovation in UI libraries will be scheduling. The goal for my react conf talk next month is to explain why you should use all these async Fiber features because scheduling updates is the biggest performance problem in your app - no matter what library you use.