hey guys quick question by using apollo with react...
# prisma-whats-new
f
hey guys quick question by using apollo with react in the frontend do I still use redux for all the local state or can this all be done using apollo?
m
@Florin apollo-client maintains state and caches received data based on type and id
e
I use redux for app-level state and the apollo store for everything coming from the database.
l
Check out apollo link state for a client only store. I'm also a big fan of MobX. Redux is boilerplate hell for client state
f
@lawjolla thanks a lot for the hint! apollo-link-state looks amazing!
parrotwave6 1