is it just me or is writing boilerplate for api calls the absolute worst? like i already built the frontend components and i already have the backend endpoints ready but that middle part of mapping types, handling the fetch logic and managing loading states just feels like busy work at this point.
ive started using the blackbox agent to just bridge the gap and its saving me so much mental energy. i basically just show it my frontend file and my backend controller and tell it connect these two and it handles the axios calls and the state management in one go.
its not that i can't do it, its just that id rather spend my brain power on actual features instead of writing the same 20 lines of fetch boilerplate for the 50th time this month.