My first Remix app
Remix is a modern full-stack React framework built on the foundations of the web platform. It layers the latest innovations in the frontend ecosystem on top of the core URL-based request-response cycle that made the web what it is today.
In this course you'll learn the fundamentals of Remix by building a personal Work Journal app. You'll set up a database, render pages with dynamic data, use actions and forms to write user input back to the database, explore nested routing, and finish by adding authentication and deploying your app. By the end you'll be able to build your own full-stack Remix app from scratch, and have a better understanding of how this thoughtfully designed framework combines the best of React with the fundamentals of the web.
Watch Online My first Remix app
# | Title | Duration |
---|---|---|
1 | Scaffolding a new app | 12:32 |
2 | Creating an entry form | 22:50 |
3 | Saving new entries | 20:45 |
4 | Adding pending UI | 15:13 |
5 | Loading entries | 08:23 |
6 | Displaying entries by week | 24:10 |
7 | Creating the edit page | 13:44 |
8 | Editing entries | 09:48 |
9 | Making the entry form reusable | 10:21 |
10 | Deleting entries | 10:26 |
11 | Adding an authenticated state | 23:44 |
12 | Adding a logout button | 06:49 |
13 | Customizing the public UI | 05:02 |
14 | Securing our app | 12:59 |
15 | Customizing the error pages | 13:20 |
16 | Adding error messages to the login form | 13:38 |
17 | Mobile redesign | 41:58 |
18 | Desktop redesign | 18:47 |
19 | Deploying our app | 16:15 |