• Урок 1. 00:09:34
    Tooling and Starter Files Setup
  • Урок 2. 00:07:42
    The Tech Stack Explained
  • Урок 3. 00:08:53
    An intro to Next
  • Урок 4. 00:18:13
    Creating a Page Layout Component
  • Урок 5. 00:07:50
    Creating our Header and Nav Components
  • Урок 6. 00:11:53
    An Intro to Styled Components and CSS
  • Урок 7. 00:10:17
    Global Styles, Typography and Layout Styles
  • Урок 8. 00:06:22
    Visualizing Route Changes
  • Урок 9. 00:06:31
    Fixing Styled Components Flicker on Server Render
  • Урок 10. 00:13:02
    Setting up MongoDB
  • Урок 11. 00:06:52
    An Intro to GraphQL
  • Урок 12. 00:11:29
    Setting up Keystone and Typescript
  • Урок 13. 00:05:49
    Creating our first User data type
  • Урок 14. 00:08:09
    Adding Auth to our Application
  • Урок 15. 00:07:33
    Creating our Products Data Type
  • Урок 16. 00:08:00
    Uploading Product Images
  • Урок 17. 00:06:40
    Creating two way data relationships in Keystone
  • Урок 18. 00:07:39
    Inserting Seed Data
  • Урок 19. 00:18:36
    Setting up Apollo Client
  • Урок 20. 00:29:53
    Fetching Data with hooks and Displaying it in our Front End
  • Урок 21. 00:02:00
    Fixing and Styling the Nav
  • Урок 22. 00:24:14
    A real good lesson in React Forms and Custom Hooks
  • Урок 23. 00:10:42
    Hooking up our File input and Form Styles
  • Урок 24. 00:17:30
    Creating Products via our Mutations
  • Урок 25. 00:05:18
    Refetching Queries after a Successful Mutation
  • Урок 26. 00:02:38
    Programmatically Changing the Page after product creation
  • Урок 27. 00:25:58
    Displaying Single Items, Routing and SEO
  • Урок 28. 00:24:51
    Updating Items
  • Урок 29. 00:07:31
    Using useEffect to deal with a tricking loading state issue
  • Урок 30. 00:10:34
    Deleting Products
  • Урок 31. 00:04:44
    Evicting Items from the Apollo Cache
  • Урок 32. 00:17:05
    Pagination Links
  • Урок 33. 00:11:15
    Pagination Dynamic Routing
  • Урок 34. 00:04:44
    Adjusting our Query for Pagination Values
  • Урок 35. 00:26:33
    Custom Type Policies and Control over the Apollo Cache
  • Урок 36. 00:09:35
    Querying The Current User
  • Урок 37. 00:25:33
    Creating a Sign In Component
  • Урок 38. 00:05:30
    Creating a Sign Out Component
  • Урок 39. 00:13:27
    Creating our Sign Up Flow
  • Урок 40. 00:08:49
    Password Reset - Requesting a Reset
  • Урок 41. 00:14:11
    Password Reset - Setting a new Password
  • Урок 42. 00:17:33
    Password Reset - sending the email
  • Урок 43. 00:06:47
    Cart - Creating the Data Type and Two Way Relationships
  • Урок 44. 00:16:50
    Cart - Displaying Items in a Custom Component
  • Урок 45. 00:15:53
    Cart - Using Recat Context for our Cart State
  • Урок 46. 00:23:20
    Cart - Adding Items to Cart
  • Урок 47. 00:05:55
    Cart - Adding Items To Cart in React
  • Урок 48. 00:12:19
    Cart - Animating the Cart Cart Value
  • Урок 49. 00:05:59
    Cart - Remove From Cart Button
  • Урок 50. 00:05:03
    Cart - Evicting Cart Items from the Cache
  • Урок 51. 00:30:30
    Search
  • Урок 52. 00:11:23
    Setting Up our Stripe Checkout
  • Урок 53. 00:12:39
    Writing our Client Side Checkout Handler Logic
  • Урок 54. 00:10:28
    Creating our Order and OrderItem Data Types
  • Урок 55. 00:17:46
    Custom Checkout Mutation with Stripe
  • Урок 56. 00:06:50
    Linking up our Frontend to the custom backend checkout mutation
  • Урок 57. 00:09:05
    Creating our Order and OrderItems in our Mutation
  • Урок 58. 00:10:03
    Finishing up the Checkout UI and Flow
  • Урок 59. 00:10:57
    Displaying a Single Order
  • Урок 60. 00:12:48
    Displaying All Orders
  • Урок 61. 00:03:29
    Roles and Permissions - A Primer
  • Урок 62. 00:07:04
    Creating the Roles and Permissions Schema + UI
  • Урок 63. 00:09:16
    Basic Access Control via Sessions
  • Урок 64. 00:07:13
    Permissions Access Functions
  • Урок 65. 00:14:08
    More Flexible Rule Based Functions
  • Урок 66. 00:03:12
    Getting Meta - Roles based Roles and Hiding UI
  • Урок 67. 00:07:09
    Cart and Order based Rules
  • Урок 68. 00:05:15
    User and Field Based Permissions
  • Урок 69. 00:01:27
    Product Image Permissions
  • Урок 70. 00:03:13
    Creating a Gated Sign In Component
  • Урок 71. 00:07:40
    Test Setup, Tooling and Methodology
  • Урок 72. 00:10:51
    Testing Basics
  • Урок 73. 00:07:04
    Testing our formatMoney function
  • Урок 74. 00:15:38
    React Testing Library
  • Урок 75. 00:06:12
    Snapshot Testing
  • Урок 76. 00:04:46
    More on Testing Library Queries
  • Урок 77. 00:15:30
    Mocking GraphQL Data Requests
  • Урок 78. 00:10:11
    Updating Props and re-rendering
  • Урок 79. 00:14:41
    Testing Signed in and Signed out Nav States
  • Урок 80. 00:15:24
    Pagination Testing
  • Урок 81. 00:17:17
    Testing User Events and Mutations
  • Урок 82. 00:07:11
    Testing Password Reset Component
  • Урок 83. 00:23:32
    Mocking 3rd Party Libraries