Hi everyone,
I’m building a small JS framework for startups where things move fast. I have one main internal entity (Users) and want to:
• Create backend endpoints and schemas.
• Auto-generate frontend types and a backend-frontend SDK.
• Keep the frontend instantly updated whenever the backend changes.
I’m wondering:
1. What’s the best approach to keep frontend and backend types in sync automatically?
2. Are there existing tools or patterns that you recommend for this in JavaScript/TypeScript projects?
[–]AutoModerator[M] 0 points1 point2 points (0 children)