Skip to content

Releases: GraphQLGuide/book

r6

11 Apr 18:31
9891085
Compare
Choose a tag to compare

Added

  • Chapters 2-4, 7, 8, 10
  • Extra chapters:
    • Server-side rendering
    • Stripe and Service Integrations
  • Background sections
  • Chapter 11 > Hasura

Updated

  • Chapter 6: React from HOCs and render props to hooks
  • Various minor improvements to other chapters

r5

23 May 12:05
Compare
Choose a tag to compare
r5

Added

  • The rest of Chapter 11: Server dev, including sections: Production, More data sources, and Extended topics
  • Background sections

Updated

  • Various minor improvements to earlier chapters

r4

22 Oct 10:32
Compare
Choose a tag to compare
r4

Added

  • The first part of Chapter 11: Server dev, including the schema, resolvers, auth, data sources, custom scalars, errors, subscriptions, and testing.
  • Background sections

Updated

  • Various minor improvements to earlier chapters

r3

10 Apr 22:23
Compare
Choose a tag to compare
r3

Added

  • Advanced React content including local state, more subscriptions, batching, prefetching, apollo-link-rest, persisting, and linting.

Updated

  • Updated library versions, including Apollo, React, CRA, and Material UI.

Fixed

  • Chapter 5 makeGraphqlRequest example: #14
  • Typo in chapter 5: #16
  • Catch readQuery absent query error: prevent console error when adding a review

r2

27 Jun 05:08
Compare
Choose a tag to compare
r2

Fixed

Changed

r1

11 Jun 05:59
Compare
Choose a tag to compare
r1

Added

  • Preface
  • Introduction
  • Chapter 1
  • Chapter 5
  • Chapter 6
  • Background