Completed
Next.js + Chakra
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fullstack React GraphQL TypeScript Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Node/TypeScript Setup
- 3 MikroORM Setup
- 4 Apollo Server Express Setup
- 5 MikroORM TypeGraphQL Crud
- 6 Register Resolver
- 7 Login Resolver
- 8 Session Authentication
- 9 Sessions Explained
- 10 Next.js + Chakra
- 11 URQL Basics
- 12 GraphQL Code Generator
- 13 Register Error Handling
- 14 NavBar
- 15 URQL Cache Updates
- 16 Logout
- 17 Next.js URQL SSR
- 18 Forgot Password
- 19 Change Password
- 20 Why Switching to TypeORM
- 21 Switching to TypeORM
- 22 Many to One
- 23 Global Error Handling
- 24 Next.js Query Params
- 25 URQL Pagination Start
- 26 Adding Mock Data
- 27 Chakra Styling
- 28 More URQL Pagination
- 29 Fix Mock Data
- 30 URQL Pagination Has More
- 31 GraphQL Fetching Relationships
- 32 GraphQL Field Permissions
- 33 Many to Many
- 34 Invalidate Queries
- 35 Upvote UI
- 36 Change Vote
- 37 Write Fragments
- 38 Vote Status
- 39 SSR Cookie Forwarding
- 40 Single Post
- 41 Delete Post
- 42 Edit Post
- 43 DataLoader
- 44 Cache Reset
- 45 Deploy Backend
- 46 Docker
- 47 Environment Variables
- 48 DB Migrations
- 49 Docker Hub
- 50 DNS
- 51 Deploy Frontend
- 52 Fix Cookie
- 53 Switch to Apollo