Hi All -- I was wondering if there was a recommended client stack for a fresh reactnative project using graphcool -- apollo 2? Redux vs apollo-state-link? That sort of stuff
l
lawjolla
03/15/2018, 5:25 PM
They all work. It's a personal / team choice
j
jek
03/15/2018, 5:57 PM
Anything you would personally recommend?
l
lawjolla
03/15/2018, 6:35 PM
Apollo is the defacto for data, and I love it. For local state, the new React Context could be nice if you're not managing a bunch. apollo link state's API is moving a lot, and there's a lot of ceremony for simple changes. I personally like MobX