Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Server Actions in Next.js - Nextjs 13 Server Mutations
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Getting Started
- 4 What Do Server Actions Provide?
- 5 Project Setup & Config
- 6 Server Action with action prop
- 7 Ways to Invoke a Server Action
- 8 addTodo Server Action
- 9 What is Progressive Enhancement?
- 10 Progressive Enhancement Example
- 11 Server Action with formAction prop
- 12 Server Mutations definition
- 13 deleteTodo & updateTodo Server Actions
- 14 Server Action with startTransition
- 15 Server Mutation Navigation Issue
- 16 Fix for the Navigation Issue
- 17 useOptimistic for Optimistic Updates