wrote some thoughts down in response to that thread ☝️ https://www.reddit.com/r/reactjs/comments/fbdhed/preparing_for_concurrent_mode/fjau8be/
what I wrote down and what I’ve implemented at work looks pretty similar to the rest-hooks
package that someone else linked in that thread TBH
Hrm, I need to do my own experiments. I use GraphQL but really don’t want any library-controlled cache, so Apollo is out…
I don’t like it how seemingly all the JS libraries complect too many concerns.
I think caching is the hard part, and the main selling point for apollo
the rest of apollo is easy to implement