Data fetching examples with GraphQL + React Apollo
You probably have heard about GraphQL. It’s the common interface between client and server for data fetching and manipulations. My experience with GraphQL so far is great. I spend less time to write data fetching code. All of the data I need returns in a single round trip. For example, if I have to get […]
Continue reading →