Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Add community resources page #1181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'[Principled GraphQL](https://principledgraphql.com)',
'resources/graphql-glossary',
'resources/faq',
'resources/community',
],
},
},
Expand Down
39 changes: 39 additions & 0 deletions docs/source/resources/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Community
description: Resources from the Apollo & GraphQL communities
---

## Apollo

#### Books

- [The GraphQL Guide](https://graphql.guide/) by [John Resig](https://twitter.com/jeresig) and [Loren Sands-Ramshaw](https://twitter.com/lorendsr)
- [Advanced GraphQL with Apollo & React](https://8bit.press/book/advanced-graphql) by [Mandi Wise](https://twitter.com/mandiwise)
- [Learning GraphQL](https://www.amazon.com/Learning-GraphQL-Declarative-Fetching-Modern/dp/1492030716/) by [Eve Porcello](https://twitter.com/eveporcello/) and [Alex Banks](https://twitter.com/moontahoe)
- [The Road to GraphQL](https://www.roadtographql.com/) by [Robin Wieruch](https://twitter.com/rwieruch)
- [Fullstack GraphQL](https://www.newline.co/fullstack-graphql) by [Gaetano Checinski](https://twitter.com/tanoChecinski) and [Roy Derks](https://twitter.com/gethackteam)
- [GraphQL in Action](https://www.manning.com/books/graphql-in-action) by [Samer Buna](https://twitter.com/samerbuna)

#### Courses

- [How to GraphQL](https://www.howtographql.com/) from [open source](https://github.com/howtographql/howtographql)
- [How to build a GraphQL API](https://www.leveluptutorials.com/tutorials/how-to-make-a-graphql-api) from [Level Up Tutorials](https://twitter.com/LevelUpTuts)
- [Tinyhouse](https://www.newline.co/tinyhouse#pricing) from [Hassan Djirdeh](https://twitter.com/djirdehh) and [Jing Chen](https://github.com/jing-c)
- [Fullstack Advanced React & GraphQL](https://advancedreact.com/) from [Wes Bos](https://twitter.com/wesbos)

## GraphQL

- [The spec](https://spec.graphql.org/)
- [The docs](https://graphql.org/learn/)
- [Slack](https://graphql-slack.herokuapp.com/)
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql)

#### News

- [Weekly newsletter](https://www.graphqlweekly.com/)
- [r/graphql](https://www.reddit.com/r/graphql/)

#### Books

- [Production Ready GraphQL](https://book.productionreadygraphql.com/) by [Marc-André Giroux](https://twitter.com/__xuorig__)
- [Craft GraphQL APIs in Elixir with Absinthe](https://pragprog.com/titles/wwgraphql/craft-graphql-apis-in-elixir-with-absinthe/) by [Bruce Williams](https://twitter.com/wbruce) and [Ben Wilson](https://twitter.com/benwilson512)