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