helix

https://github.com/Lokeh/helix
lilactown 2020-03-02T20:25:39.112200Z

wrote some thoughts down in response to that thread ☝️ https://www.reddit.com/r/reactjs/comments/fbdhed/preparing_for_concurrent_mode/fjau8be/

❤️ 2
lilactown 2020-03-02T20:37:35.113200Z

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

2
orestis 2020-03-03T09:53:50.114600Z

Hrm, I need to do my own experiments. I use GraphQL but really don’t want any library-controlled cache, so Apollo is out…

orestis 2020-03-03T09:54:11.114800Z

I don’t like it how seemingly all the JS libraries complect too many concerns.

lilactown 2020-03-03T16:16:17.115400Z

I think caching is the hard part, and the main selling point for apollo

lilactown 2020-03-03T16:16:26.115600Z

the rest of apollo is easy to implement