Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Next.js - Build Full Stack Apps with Next.js using Redux, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:15
    Introduction of Course
  2. Урок 2. 00:12:46
    Project (BookIT) Complete Demo
  3. Урок 3. 00:03:55
    Installing all required tools
  4. Урок 4. 00:01:47
    What actually is Next.js?
  5. Урок 5. 00:02:57
    Next.js - File Base Routing
  6. Урок 6. 00:02:57
    Next.js - Server Side Rendering
  7. Урок 7. 00:01:52
    Next.js - Full Stack Apps
  8. Урок 8. 00:07:04
    Installing Next.js & Understanding Folder Structure
  9. Урок 9. 00:08:56
    Starting with Backend API
  10. Урок 10. 00:04:37
    Setting Up Postman Environment
  11. Урок 11. 00:07:40
    Connecting to MongoDB
  12. Урок 12. 00:15:28
    Creating Room Model
  13. Урок 13. 00:08:04
    Create & Save Room
  14. Урок 14. 00:04:23
    Fetch all Rooms
  15. Урок 15. 00:10:42
    Creating Data Seeder
  16. Урок 16. 00:05:03
    Get single Room Details
  17. Урок 17. 00:04:35
    Update Room
  18. Урок 18. 00:04:37
    Delete Room
  19. Урок 19. 00:08:34
    Create Error Handler Class
  20. Урок 20. 00:06:31
    Error Middleware
  21. Урок 21. 00:05:45
    Catch Async Errors
  22. Урок 22. 00:07:20
    Validation & Mongoose ID Error
  23. Урок 23. 00:09:34
    Search Rooms by Location
  24. Урок 24. 00:06:04
    Filter Rooms
  25. Урок 25. 00:08:10
    Adding Pagination
  26. Урок 26. 00:01:39
    BookIT HTML & CSS Details
  27. Урок 27. 00:03:54
    Setting up _doucment
  28. Урок 28. 00:03:34
    Header & Footer Component
  29. Урок 29. 00:05:17
    Layout Component
  30. Урок 30. 00:06:49
    BookIT Homepage
  31. Урок 31. 00:06:22
    Understanding getStaticProps()
  32. Урок 32. 00:05:27
    getServerSideProps()
  33. Урок 33. 00:06:45
    getStaticPaths()
  34. Урок 34. 00:13:49
    Creating Redux Store
  35. Урок 35. 00:07:54
    All Rooms Reducer
  36. Урок 36. 00:08:44
    All Rooms Action
  37. Урок 37. 00:04:06
    Dispatch rooms action in getServerSideProps()
  38. Урок 38. 00:10:42
    Display all Rooms on HomePage
  39. Урок 39. 00:05:25
    Adding React Toastify
  40. Урок 40. 00:03:58
    Room Details Reducer & Action
  41. Урок 41. 00:13:38
    Room Details Component
  42. Урок 42. 00:07:23
    Room Features Component
  43. Урок 43. 00:11:32
    Adding Pagination
  44. Урок 44. 00:09:44
    Search Rooms Component
  45. Урок 45. 00:08:41
    Adding additional options in Search
  46. Урок 46. 00:08:07
    Create User Model
  47. Урок 47. 00:10:37
    Encrypting Password while Registration
  48. Урок 48. 00:18:57
    Handle User Login on Backend
  49. Урок 49. 00:11:26
    Login User Component
  50. Урок 50. 00:08:02
    Adding Cloudinary for Images
  51. Урок 51. 00:21:33
    Register User Component
  52. Урок 52. 00:09:42
    Current User Profile
  53. Урок 53. 00:06:03
    Load Logged In User
  54. Урок 54. 00:06:03
    Show User in Header
  55. Урок 55. 00:02:17
    Logout User
  56. Урок 56. 00:06:17
    Using getServerSideProps() to Protect Routes
  57. Урок 57. 00:06:34
    Update User Profile Endpoint
  58. Урок 58. 00:04:30
    Update User Profile Reducer & Action
  59. Урок 59. 00:10:08
    Update User Profile Component
  60. Урок 60. 00:06:58
    Generate Forgot Password token
  61. Урок 61. 00:17:31
    Send Password Recovery Email
  62. Урок 62. 00:11:06
    Handle Forgot Password Component
  63. Урок 63. 00:06:23
    Handle New Password Endpoint
  64. Урок 64. 00:10:11
    Handle New Password Component
  65. Урок 65. 00:02:43
    Login Button Blink Issue in Header
  66. Урок 66. 00:06:05
    Create Booking Model
  67. Урок 67. 00:07:26
    Display Date Range Picker
  68. Урок 68. 00:12:40
    Create & Save New Booking
  69. Урок 69. 00:08:01
    Handle Room Availability Endpoint
  70. Урок 70. 00:12:59
    Handle Room Availability
  71. Урок 71. 00:06:42
    Get all booked dates of Room
  72. Урок 72. 00:06:38
    Fixing the Date Zone Issue
  73. Урок 73. 00:07:45
    Disable Booked dates on Calendar
  74. Урок 74. 00:20:45
    Display All Bookings
  75. Урок 75. 00:06:23
    View Booking Details
  76. Урок 76. 00:09:36
    View Booking Details Component
  77. Урок 77. 00:09:22
    Generate Booking Invoice
  78. Урок 78. 00:03:40
    What is Stripe?
  79. Урок 79. 00:12:53
    Create Stipe Checkout Session
  80. Урок 80. 00:12:52
    Process Payment through Stripe Checkout
  81. Урок 81. 00:04:41
    What is Stripe WebHook?
  82. Урок 82. 00:13:34
    New Booking Endpoint
  83. Урок 83. 00:08:32
    New Review Endpoint
  84. Урок 84. 00:05:06
    Submit Review Reducer & Action
  85. Урок 85. 00:14:52
    Submit Review
  86. Урок 86. 00:05:28
    Display all Reviews
  87. Урок 87. 00:09:11
    Show Submit Review Button
  88. Урок 88. 00:03:18
    _404 Page
  89. Урок 89. 00:07:13
    Authorize Roles
  90. Урок 90. 00:15:46
    Display All Room
  91. Урок 91. 00:05:59
    New Room Reducer & Action
  92. Урок 92. 00:24:04
    New Room Component
  93. Урок 93. 00:06:32
    Update Room Reducer & Action
  94. Урок 94. 00:16:53
    Update Room Component
  95. Урок 95. 00:07:57
    Delete Room
  96. Урок 96. 00:08:44
    Display All Bookings
  97. Урок 97. 00:08:53
    Delete Booking
  98. Урок 98. 00:07:18
    View Booking Details
  99. Урок 99. 00:11:07
    Display all Users
  100. Урок 100. 00:19:28
    Update User
  101. Урок 101. 00:07:22
    Delete User
  102. Урок 102. 00:14:26
    Display Room Reviews
  103. Урок 103. 00:13:22
    Delete Room Reviews
  104. Урок 104. 00:03:46
    Export a Static Website
  105. Урок 105. 00:05:28
    Preparing App for Deploy
  106. Урок 106. 00:03:15
    Push BookIT on GitHub
  107. Урок 107. 00:04:48
    Deploying on Vercel
  108. Урок 108. 00:01:42
    BookIT Speed Test
  109. Урок 109. 00:00:45
    Congratulations!!!