- Extra Resources
- https://replit.com/@newlineauthors/blazing-fast-app-vfinal

COURSE OVERVIEW
Design patterns to accelerate Next.js Apps with Static Rendering and Server Actions
WHAT YOU WILL LEARN- Why the performance of a content application matters and how it's related to different rendering strategies
- How to statically fetch data on a server with React Server Components (RSC)
- How to update static pages with fresh content via data revalidation in Server Actions
- How to perform relaying with SWR, a React Hooks library for data fetching
- How to mix dynamic and static rendering via Partial Prerendering (PPR), an experimental feature introduced in Next.js 14