Completed
Tech Stack
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Table with Live Updates - Data Polling in Next.js and TanStack Table
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Tech Stack
- 3 User Stories Checklist
- 4 Why We Need Data Polling
- 5 Add Live Updates to React Table
- 6 Move Pagination State to URL Params
- 7 Button Layout Updates
- 8 loading and not-found
- 9 Adjusting Table Column Widths
- 10 Correct Filter Counts
- 11 Tech Assignment Values
- 12 Ordering Customer Search Results
- 13 Permissions & Separation of Concerns
- 14 Server-Side vs Client-Side Permissions
- 15 Transitioning Form State
- 16 Duplicate Entry Validation
- 17 The Missing Link
- 18 Back Button Data
- 19 Pagination & Filters Sync
- 20 Wrap-up