Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-road-to-graphql/the-road-to-graphql
πThe Road to GraphQL: Your journey to master pragmatic GraphQL in JavaScript
https://github.com/the-road-to-graphql/the-road-to-graphql
book graphql graphql-book graphql-js learn-graphql learn-graphql-js
Last synced: 5 days ago
JSON representation
πThe Road to GraphQL: Your journey to master pragmatic GraphQL in JavaScript
- Host: GitHub
- URL: https://github.com/the-road-to-graphql/the-road-to-graphql
- Owner: the-road-to-graphql
- Created: 2018-06-14T06:10:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T07:22:38.000Z (over 2 years ago)
- Last Synced: 2025-01-10T12:51:55.958Z (12 days ago)
- Topics: book, graphql, graphql-book, graphql-js, learn-graphql, learn-graphql-js
- Homepage: https://roadtoreact.com
- Size: 545 KB
- Stars: 236
- Watchers: 15
- Forks: 69
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# The Road to GraphQL [Book]
[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
Official repository for [The Road to GraphQL](https://roadtoreact.com/course-details?courseId=THE_ROAD_TO_GRAPHQL). If you want to leave a review, please do it on [Amazon](https://www.amazon.com/dp/1730853935) or [Goodreads](https://www.goodreads.com/book/show/42641103-the-road-to-graphql).
## Translations of the book into Github
The Road to GraphQL is also available in other languages. Thanks for all translators for their awesome work!
* π¨π³ [Simplified Chinese](https://github.com/the-road-to-graphql/the-road-to-graphql-chinese)
## Updates, Help and Support
* Get book updates via [E-Mail](https://www.getrevue.co/profile/rwieruch) or [Twitter](https://twitter.com/rwieruch)
* Get help, while learning with the book or teach others, in the official [Slack Channel](https://slack-the-road-to-learn-react.wieruch.com/)
* Find out how you can [support the Book](https://www.robinwieruch.de/about/)## Contribute
You can help to improve the book by opening Issues and Pull Requests (PR).
You can open up any PR that corrects spelling or explains a certain lesson with more detail. When writing such a technical book, you get fast blind on what needs more explanation and on what is already explained well.
In addition, you can open Issues when you run into problems. In order to make the fix for the Issue as easy as possible, please provide a couple of details such as error log, screenshot, which page of the book it happened, your node version (command line: `node -v`) and a link to your own repository. Not all of these details are mandatory, but most of them help to fix the Issue and to improve the book.
Thanks a lot for your help!