Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Fullstack TypeScript, v2 (feat. Zod), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:09:38
    Introduction
  2. Урок 2. 00:13:50
    Type Guards vs. Schema Validation
  3. Урок 3. 00:05:23
    Introduction to Zod
  4. Урок 4. 00:13:52
    Zod Exercise: Fundamentals
  5. Урок 5. 00:16:45
    Zod Exercise: Validation & Data Transformation
  6. Урок 6. 00:13:51
    Advanced Zod Uses Exercise
  7. Урок 7. 00:05:33
    Validating JSON Schemas
  8. Урок 8. 00:04:22
    Setup the API Project
  9. Урок 9. 00:09:28
    Adding Types to Requests & Responses
  10. Урок 10. 00:11:07
    API Server Schema Validation
  11. Урок 11. 00:04:12
    Client App Schema Validation
  12. Урок 12. 00:08:34
    Sharing Schemas in Client & Server
  13. Урок 13. 00:13:39
    User Schema Exercise
  14. Урок 14. 00:07:32
    Using Middleware for Schema Validation
  15. Урок 15. 00:06:35
    Request Body Validation
  16. Урок 16. 00:08:13
    Query & Path Parameter Validation Exercise
  17. Урок 17. 00:07:37
    What is OpenAPI?
  18. Урок 18. 00:08:02
    Generating Types from OpenAPI Contracts
  19. Урок 19. 00:09:31
    OpenAPI Express Validator & Orval
  20. Урок 20. 00:07:36
    What is tRPC?
  21. Урок 21. 00:10:32
    tRPC on the Server
  22. Урок 22. 00:12:13
    tRPC Queries
  23. Урок 23. 00:08:49
    tRPC Mutations
  24. Урок 24. 00:10:09
    tRPC in the Client
  25. Урок 25. 00:07:47
    Type-Safe Database Access with Prisma
  26. Урок 26. 00:04:48
    Using Prisma with tRPC
  27. Урок 27. 00:07:06
    Generating Zod & tRPC from Prisma
  28. Урок 28. 00:02:14
    Wrapping Up