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