Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Remix.js - The Practical Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:33
    Welcome to the Course!
  2. Урок 2. 00:05:41
    What Is Remix? And Why Would You Use Remix?
  3. Урок 3. 00:02:11
    Remix vs NextJS
  4. Урок 4. 00:01:24
    About The Course
  5. Урок 5. 00:03:38
    How To Get The Most Out Of This Course
  6. Урок 6. 00:01:44
    Module Introduction
  7. Урок 7. 00:03:36
    Creating a Remix Project
  8. Урок 8. 00:04:03
    Analyzing the Created Project
  9. Урок 9. 00:03:47
    Getting Started with File-based Routing
  10. Урок 10. 00:05:12
    Adding Links & Building a SPA (Single-Page Application)
  11. Урок 11. 00:03:07
    Onwards to a Better Project
  12. Урок 12. 00:09:06
    Styling Pages & Understanding the Root Route
  13. Урок 13. 00:06:45
    Surfacing Component Styles
  14. Урок 14. 00:03:03
    Styling Active Links via NavLink
  15. Урок 15. 00:03:58
    How Form Submissions Work
  16. Урок 16. 00:03:24
    Server-side Form Handling via action()
  17. Урок 17. 00:09:17
    Adding Backend Code & Redirecting
  18. Урок 18. 00:05:00
    Fetching Page Data via loader()
  19. Урок 19. 00:07:52
    Returning & Using Fetched Data
  20. Урок 20. 00:04:50
    From <form> to <Form>
  21. Урок 21. 00:04:09
    Providing User Feedback via useNavigation
  22. Урок 22. 00:06:06
    Validating Input & Returning Data in action()
  23. Урок 23. 00:06:53
    Error Handling via ErrorBoundary
  24. Урок 24. 00:07:35
    Handling Error Responses via CatchBoundary
  25. Урок 25. 00:07:54
    Adding Dynamic Routes & Dot-delimited Routes
  26. Урок 26. 00:04:08
    Fetching Data for Dynamic Routes
  27. Урок 27. 00:01:42
    Another CatchBoundary Example
  28. Урок 28. 00:04:32
    Setting Page Metadata
  29. Урок 29. 00:02:18
    Summary
  30. Урок 30. 00:01:34
    Module Introduction
  31. Урок 31. 00:02:05
    What We'll Build - A Demo
  32. Урок 32. 00:03:55
    Project Planning & Creation
  33. Урок 33. 00:10:13
    Creating Project Routes - A Refresher
  34. Урок 34. 00:05:48
    Nested Paths - An Alternative Approach
  35. Урок 35. 00:07:55
    Layout Routes
  36. Урок 36. 00:06:39
    Adding Components & Styling
  37. Урок 37. 00:10:52
    Working on More Routes
  38. Урок 38. 00:04:05
    Marketing Pages & Static Images
  39. Урок 39. 00:02:42
    Leveraging Layouts
  40. Урок 40. 00:03:31
    Rendering a Modal Page (Overlay Page)
  41. Урок 41. 00:05:14
    Adding Links
  42. Урок 42. 00:02:35
    Paths: Absolute vs Relative
  43. Урок 43. 00:03:34
    Navigating Programmatically
  44. Урок 44. 00:03:33
    Adding NavLinks
  45. Урок 45. 00:08:57
    Introducing Pathless Layout Routes
  46. Урок 46. 00:03:42
    Doing More with Pathless Layout Routes
  47. Урок 47. 00:03:40
    Introducing Resource Routes
  48. Урок 48. 00:05:32
    Understanding Splat Routes
  49. Урок 49. 00:09:30
    Working with URL Search Parameters (Query Parameters)
  50. Урок 50. 00:03:43
    Adding More Expense-related Links
  51. Урок 51. 00:01:53
    Module Summary
  52. Урок 52. 00:01:05
    Module Introduction
  53. Урок 53. 00:03:41
    Project & Database (MongoDB) Setup
  54. Урок 54. 00:04:18
    Adding Prisma (A Package For Querying the Database)
  55. Урок 55. 00:05:49
    Adding an Expense Data Model
  56. Урок 56. 00:07:11
    Preparing the Code for Form Submissions
  57. Урок 57. 00:06:09
    Adding a Server-side "addExpense" Function
  58. Урок 58. 00:06:58
    Adding Expenses to the Database (via action())
  59. Урок 59. 00:10:15
    Adding Server-side Validation
  60. Урок 60. 00:05:10
    Submitting Forms Programmatically
  61. Урок 61. 00:05:30
    Adding Visual Submission Feedback
  62. Урок 62. 00:09:17
    Fetching Expenses (via loader())
  63. Урок 63. 00:05:28
    Loaders - A Closer Look
  64. Урок 64. 00:08:48
    Loading a Single Expense (via Dynamic Route Parameters)
  65. Урок 65. 00:03:04
    How Nested Loaders Are Executed
  66. Урок 66. 00:06:28
    Using Parent Loader Data via useMatches()
  67. Урок 67. 00:07:28
    Updating Data
  68. Урок 68. 00:03:28
    Deleting Data
  69. Урок 69. 00:05:31
    One Action - Multiple Forms
  70. Урок 70. 00:09:32
    Programmatic "Behind-the-Scenes" Submission via useFetcher()
  71. Урок 71. 00:04:09
    Extracting Search Parameters
  72. Урок 72. 00:02:18
    Adding Visual Feedback to the Authentication Form
  73. Урок 73. 00:07:26
    Adding a Shared Root Document
  74. Урок 74. 00:04:25
    Adding Default Error Handling Logic
  75. Урок 75. 00:05:55
    Handling Errors Without ErrorBoundary or CatchBoundary
  76. Урок 76. 00:04:07
    Managing Errors Inside Components
  77. Урок 77. 00:01:14
    Practice Time - Challenge
  78. Урок 78. 00:05:28
    Practice Time - Solution
  79. Урок 79. 00:03:12
    Module Summary
  80. Урок 80. 00:00:51
    Module Introduction
  81. Урок 81. 00:01:02
    Project Setup
  82. Урок 82. 00:02:16
    How Does User Authentication Work?
  83. Урок 83. 00:05:17
    Preparing the Database
  84. Урок 84. 00:04:29
    Adding Server-side Credentials Validation
  85. Урок 85. 00:03:33
    Check for Existing Users & Emails
  86. Урок 86. 00:06:34
    User Signup & Password Hashing
  87. Урок 87. 00:03:50
    Getting Started with User Login
  88. Урок 88. 00:04:53
    Sessions & Cookies - Preparation
  89. Урок 89. 00:08:06
    Creating Session Cookies
  90. Урок 90. 00:06:53
    Extracting Session Data & Rendering Conditional User Interfaces
  91. Урок 91. 00:06:37
    Adding Logout
  92. Урок 92. 00:06:49
    Protecting Routes
  93. Урок 93. 00:01:36
    More Route Protection
  94. Урок 94. 00:08:32
    Connecting Expenses & Users
  95. Урок 95. 00:01:19
    Module Summary
  96. Урок 96. 00:01:09
    Module Introduction
  97. Урок 97. 00:08:03
    Adding Metadata To Routes
  98. Урок 98. 00:02:18
    Why You Might Need Custom Page Response Headers
  99. Урок 99. 00:03:39
    Setting Page Response Headers
  100. Урок 100. 00:03:39
    Working with Nested Headers
  101. Урок 101. 00:02:50
    Using Action & Loader Headers
  102. Урок 102. 00:06:50
    Disabling JavaScript For Some Pages
  103. Урок 103. 00:04:49
    A Brief Look at the Remix Config File
  104. Урок 104. 00:02:04
    Deployment Options
  105. Урок 105. 00:07:05
    Deploying a Remix Website - An Example (Netlify)
  106. Урок 106. 00:00:59
    Course Roundup