Remix is a terrific tool for building simple websites and even better for building complex web applications. Remix solves many problems in modern web development. You don’t even think about server cache management or global CSS namespace clashes. It’s not that Remix has APIs to avoid these problems; they simply don’t exist when you’re using Remix!
Overview
Syllabus
- Introduction
- Repo Setup
- Non-Nav Mutations Exercise
- Non-Nav Mutations Solution
- Optimistic UI Exercise
- Optimistic UI Solution
- Optimistic UI Q&A
- Focus Management Exercise
- Focus Management Solution
- Revalidation Optimization Exercise
- Revalidation Optimization Solution
- Non-Nav Fetching Exercise
- Non-Nav Fetching Solution
- Imperative Mutations Exercise
- Imperative Mutations Solution
- Pending UI Loading Spinner Exercise
- Pending UI Loading Spinner Solution
- Skeletons Exercise
- Skeletons Solution
- Defer Exercise
- Defer Solution
- Defer & React Streaming
- Suspense Boundary Error
- Wrapping Up
Taught by
Kent C. Dodds