The shift to server components is genuinely the biggest mental model change in React since hooks. One thing I'd add — if you're building dashboards or internal tools in 2026, Next.js server actions paired with streaming make it incredibly easy to build responsive data-heavy UIs. I've been using this pattern for automation dashboards where clients track workflow runs in real time. The DX improvement over the old API routes approach is night and day.