Releases: GraphQLGuide/book
Releases Β· GraphQLGuide/book
Release list
r6
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
r4
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
r2
Fixed
- Link Chapter 6 code to the correct
v0.1.0tag, not the outdatedv0.0.3(@jrnt30
in GraphQLGuide/guide#35) - Update POST request to use valid JSON (@spiffcs in #6)
- Add missing prop-types import (#8)
Changed
- Switched to https GitHub URLs instead of git@ SSH URLs (@intengodev a14d458)