Am I correct that ApolloClient caches my query, — even across components — so useContext isn't necessary?

前端 未结 0 1868
花落未央
花落未央 2021-01-07 03:53

I have an ApolloClient performing a query through useQuery.

I\'d like that object to be available to the whole app, without having to re-fetch it from the database. S

相关标签:
回答
  • 消灭零回复
提交回复
热议问题