(no title)
blindmute | 3 years ago
Without this feature, every component needing remote data D must share a parent ancestor fetching D for all of them, even when the children are not conceptually related. Adding another component higher in the tree means you have to hoist the fetcher up to that level, etc. React query is an incredible upgrade to anything else I've used over the years.
gofreddygo|3 years ago
What happened to the whole "service" pattern? Isn't this the core problem it solved for Java in the 90's?
blindmute|3 years ago