7 ms·
you don't actually have to manage type definitions for your own code (unless you're referring to typing parameter/return values), just things that you eg. fetch
by ake1 9y ago
you don't actually have to manage type definitions for your own code (unless you're referring to typing parameter/return values), just things that you eg. fetch from the backend. those can be trivially generated by a tool from sample json or you can generate it all from things like OpenAPI.