Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build Full-Stack Apps with GraphQL, Prisma, Node and React, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:31
    Prisma generates GraphQL API for your datamodel
  2. Урок 2. 00:02:35
    Connect your resolvers to Prisma API
  3. Урок 3. 00:01:24
    What is Prisma Query Engine
  4. Урок 4. 00:01:51
    What is DataModeling in Prisma
  5. Урок 5. 00:01:11
    What databases are supported by Prisma
  6. Урок 6. 00:01:51
    What is Prisma Cloud
  7. Урок 7. 00:02:47
    VS Code Setup
  8. Урок 8. 00:10:51
    Setting up Prisma
  9. Урок 9. 00:11:42
    Update Prisma Data Model
  10. Урок 10. 00:12:55
    Setup GraphQL server with Prisma
  11. Урок 11. 00:04:03
    Setup env variables for Primisa endpoint
  12. Урок 12. 00:03:48
    Create Data Model in Prisma
  13. Урок 13. 00:10:01
    Fetch Records from Database
  14. Урок 14. 00:14:38
    Create, Update and Delete Record in Prisma
  15. Урок 15. 00:03:21
    Create React Application
  16. Урок 16. 00:07:06
    Create Apollo client in React Application
  17. Урок 17. 00:05:30
    Connect Apollo Client to React
  18. Урок 18. 00:11:31
    Fetch Data using Apollo Query Component
  19. Урок 19. 00:09:22
    Understanding render Prop pattern in React
  20. Урок 20. 00:10:25
    Creating Forms in React
  21. Урок 21. 00:09:08
    Send GraphQL Mutation from React Component
  22. Урок 22. 00:10:01
    Updating Apollo Cache After Mutation
  23. Урок 23. 00:08:37
    Adding Routing with React Router
  24. Урок 24. 00:01:30
    Render List items to Bootstrap card component
  25. Урок 25. 00:11:44
    Query for Single Record
  26. Урок 26. 00:09:40
    Edit Record using update Mutation
  27. Урок 27. 00:08:20
    Mutation for Delete Record in React Apollo
  28. Урок 28. 00:03:47
    Restructure the resolver functions into separate folder
  29. Урок 29. 00:12:26
    Signup User in Prisma and GraphQL
  30. Урок 30. 00:06:39
    Login User in Prisma and GraphQL
  31. Урок 31. 00:08:31
    Apply Authentication on Resolvers
  32. Урок 32. 00:12:20
    Send Login Request from Frontend App
  33. Урок 33. 00:02:51
    Save Token to LocalStorage after LoggedIn
  34. Урок 34. 00:07:56
    Implement Logout User
  35. Урок 35. 00:02:52
    Require Authentication on Edit and Delete
  36. Урок 36. 00:12:22
    Implement Signup User on Frontend
  37. Урок 37. 00:08:44
    Protect Routes in React using React Router
  38. Урок 38. 00:13:25
    Add Authorization header to every request in React Apollo Client
  39. Урок 39. 00:07:12
    Create Error Message Component to render Errors
  40. Урок 40. 00:04:33
    Adding Spinner for Loading Data
  41. Урок 41. 00:06:05
    Paginate List fo records of Prisma
  42. Урок 42. 00:14:59
    Count all Records using Prisma Connection Query
  43. Урок 43. 00:05:36
    Create Pagination Controls in Frontend Application
  44. Урок 44. 00:12:25
    Implement Pagination in React Application
  45. Урок 45. 00:04:28
    Filtering Records in Prisma
  46. Урок 46. 00:05:18
    Create Search Course Component
  47. Урок 47. 00:10:27
    Execute Search Query and display courses
  48. Урок 48. 00:07:21
    Apply Sorting on the Records
  49. Урок 49. 00:03:03
    Update Cache after creating records
  50. Урок 50. 00:03:30
    Fix Cache after Delete Records
  51. Урок 51. 00:05:40
    Improve UI Performance using Optimistic UI in React Apollo
  52. Урок 52. 00:13:25
    Deploy Prisma Project to Heroku
  53. Урок 53. 00:13:40
    Deploy React Project to Heroku
  54. Урок 54. 00:06:20
    GraphQL Subscription Project Setup
  55. Урок 55. 00:07:22
    Prisma Subscription Demo
  56. Урок 56. 00:04:35
    Creating Subscription in Prisma GraphQL Server
  57. Урок 57. 00:13:16
    Subscription in React using Apollo Client
  58. Урок 58. 00:04:33
    Setup Apollo Link State
  59. Урок 59. 00:06:15
    Fetch Records from Apollo State using Query
  60. Урок 60. 00:04:49
    Create Task Form Component
  61. Урок 61. 00:11:19
    Save new Record in Apollo Link State
  62. Урок 62. 00:10:40
    Update Cache using Fragments
  63. Урок 63. 00:15:58
    Filter Tasks on the based on Status Value
  64. Урок 64. 00:09:11
    Setup Local Development Server with Prisma and Docker
  65. Урок 65. 00:14:25
    File Upload Demo with Prisma and React
  66. Урок 66. 00:01:47
    Create React App using create-react-app
  67. Урок 67. 00:05:04
    Creating React Element
  68. Урок 68. 00:07:41
    Creating Nested React Elements
  69. Урок 69. 00:00:48
    How React uses React Elements to Create Virtual DOM
  70. Урок 70. 00:03:14
    What is DOM
  71. Урок 71. 00:04:38
    What is Virtual DOM
  72. Урок 72. 00:03:36
    What are Components in React
  73. Урок 73. 00:05:35
    Create Component in React
  74. Урок 74. 00:02:33
    Adding Props Validations
  75. Урок 75. 00:05:07
    Create Nested Components in React
  76. Урок 76. 00:08:25
    Create State in React Component
  77. Урок 77. 00:07:40
    Update Component State using Events
  78. Урок 78. 00:05:09
    Iterate Array and render Components
  79. Урок 79. 00:09:14
    Pass Function Parent to Child Component
  80. Урок 80. 00:09:02
    Convert React Components to JSX
  81. Урок 81. 00:04:40
    State in React Component
  82. Урок 82. 00:06:26
    Shallow merging with setState
  83. Урок 83. 00:06:15
    Use Props PropTypes and default Props in React Component
  84. Урок 84. 00:03:35
    Create Stateless Component in React
  85. Урок 85. 00:06:47
    Communicate with Parent and Child Component
  86. Урок 86. 00:01:06
    What are LifeCycle Methods in React Component
  87. Урок 87. 00:03:55
    Types and Phases of LifeCycle Methods
  88. Урок 88. 00:08:48
    LifeCycle Mounting Methods in Action
  89. Урок 89. 00:06:33
    LifeCycle Updating Methods in Action
  90. Урок 90. 00:07:33
    Handling Errors with componentDidCatch
  91. Урок 91. 00:04:29
    What is GraphQL
  92. Урок 92. 00:03:07
    What is GraphQL Query
  93. Урок 93. 00:01:06
    GraphQL Query Hackernews API
  94. Урок 94. 00:01:12
    Arguments in GraphQL Query
  95. Урок 95. 00:01:57
    Required Arguments in Query
  96. Урок 96. 00:03:46
    GraphQL Schema and Types
  97. Урок 97. 00:01:53
    Aliasis in GraphQL
  98. Урок 98. 00:02:10
    Fragmenets
  99. Урок 99. 00:02:18
    Nested Fields
  100. Урок 100. 00:01:34
    Operations in GraphQL
  101. Урок 101. 00:03:40
    Variables in GraphQL
  102. Урок 102. 00:02:57
    Create Mutations
  103. Урок 103. 00:02:28
    Directives in GraphQL