1 مستودع
Generates type-safe React Query hooks from an OpenAPI specification, integrating API calls with React's data-fetching library.
Distinct from React Hooks: Distinct from React Hooks: focuses on generating React Query hooks from OpenAPI specs, not general React lifecycle hooks.
Explore 1 awesome GitHub repository matching web development · React Query Hooks. Refine with filters or upvote what's useful.
Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati
Generates type-safe React Query hooks from OpenAPI specifications for API integration.