Hacker News new | ask | show | jobs
by wooly_bully 703 days ago
The sensible route to this today is to use a query client, IMO: tanstack, rtk query, apollo, etc.

It prevents the umpteenth reinvention of an incomplete fetch state machine, which is probably the number one most consistent frontend bug I encounter.