Completed
- Setup & File Structure
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Remix Crash Course - Full Stack React
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Setup & File Structure
- 3 - Root Route Module & Document
- 4 - Create Layout
- 5 - Links Function / Stylesheets
- 6 - Meta Function
- 7 - File-Based Routing
- 8 - Nested Routes
- 9 - Loaders
- 10 - Actions
- 11 - ErrorBoundary Function
- 12 - Prisma & Sqlite Setup
- 13 - Database Seeder
- 14 - DB File
- 15 - Load Posts via Loader
- 16 - Submit Post via Action
- 17 - Load Single Post
- 18 - Delete Post via Action