ZhangMYihua / graphql-lesson

We are starting our Graphql implementation lesson! In this lesson, we are starting from a state of our application where we don't have sagas but are leveraging redux for local state storage.
8 stars 271 forks source link

Lesson 233. Deprecated React Apollo HOC API #15

Open romul3003 opened 4 years ago

romul3003 commented 4 years ago

React Apollo's higher order components have been deprecated. They will continue to receive bug fixes until March 2020, after which they will no longer be maintained by Apollo.

https://www.apollographql.com/docs/react/api/react/hoc/#graphqlquery-configcomponent

So the 2-nd part of this lesson is not actual anymore.