Hacker News new | ask | show | jobs
by jlu 2929 days ago
Fellow redux-abandoner here, be sure to check out Apollo client v2 and it’s various middleware options like link-state and link-rest, those in essential let you pull in data via graphql and REST-api and manage it via in memory store (just like redux store).

Also the subscription via websocket story there is really sweet, you basically get real-time update for nothing ;)

In short, just as John stated, it’s a huge boost of productivity on both front and backend, we verified it ruthlessly and love it.