DEV Community

Discussion on: Apollo server or client?

Collapse
 
bartweb profile image
bartweb

Instead of vuex you can use also cache from Apollo :)

Collapse
 
kurisutofu profile image
kurisutofu

What do you mean by that?
Do you mean about the state management?

I'm not going to use vuex only (or at all?) but probably vue-apollo which is based on vue CLI 3.

So caching in apollo could be useful but does not tell me if I really need apollo server ...

Collapse
 
bartweb profile image
bartweb

Yes I mean as a state management.
In our project we don’t using Apollo server but we have php backend.