7 ms·
> Easier refactoring (no wondering who all the consumers of GET /users are) Unless your API calls are properly abstracted into function calls. No reason you c
by drew-y 3y ago
> Easier refactoring (no wondering who all the consumers of GET /users are)
Unless your API calls are properly abstracted into function calls. No reason you can't just have a `getUsers()` function on the frontend, and then use your favorite “find all references” tool from there.