Completed
00:00 Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Always Use DAL Authentication in Next.js - Data Access Layer
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Intro
- 2 03:52 Adding authentication
- 3 06:43 Why use a DAL Data Access Layer
- 4 11:49 Implement DAL
- 5 18:05 Static rendering
- 6 19:32 Tip 1: ESLint rule
- 7 21:34 Tip 2: instantiate ORM only inside DAL no export
- 8 22:51 Tip 3: Folder structure for DAL
- 9 23:21 Tip 4: Prisma types
- 10 24:12 Tip 5: Error handling with DAL
- 11 25:06 Tip 6: import "server-only"
- 12 25:38 Tip 7: React 'cache'