Migration
Migrating from Manual API Calls to Generated Hooks
15 min read
If you have an existing application with manual API calls, migrating to swagger-to-tanstack might seem daunting. This guide shows you how to migrate incrementally without breaking production code.
Step 1: Audit Your Current API Layer
Start by documenting all existing API calls in your application.
Conclusion
Migrating to swagger-to-tanstack is a gradual process that can be done route by route.
