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