Skip to content

Commit e03da33

Browse files
authored
Removed GraphQL recommendation from tech stack guide (#718)
* Removed GraphQL recommendation from tech stack guide Not everyone at thoughtbot is convinced that GraphQL is the right choice for building APIs. It has complexity and footguns. By removing this recommendation, we leave it open to a developer's best judgement. * Removed GraphQL mentions from React readme
1 parent aa13592 commit e03da33

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

react/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
[react hooks]: https://reactjs.org/docs/hooks-overview.html
2424
[custom hooks]: https://reactjs.org/docs/hooks-overview.html#building-your-own-hooks
2525
[streamich/react-use]: https://github.com/streamich/react-use
26-
[graphql]: https://graphql.org/
2726
[function components]: https://reactjs.org/docs/components-and-props.html
2827
[class components]: https://reactjs.org/docs/react-component.html
2928
[forward refs]: https://reactjs.org/docs/forwarding-refs.html
@@ -45,13 +44,9 @@
4544
- For greenfield React projects we like to use [TypeScript]. TypeScript is a
4645
typed superset of JavaScript that compiles to plain JavaScript. For a quick
4746
introduction, check out [TypeScript in 5 minutes].
48-
- If our app needs to make network requests and hold state outside of a
49-
component, we like using GraphQL and our preferred library is [Apollo]. We
50-
have a [section on `GraphQL`](/graphql) in our Guides.
5147
- When building React apps with TypeScript and Apollo, we've found working in
5248
[VSCode] to be a mostly-good experience.
5349

5450
[typescript]: https://www.typescriptlang.org/
5551
[typescript in 5 minutes]: https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html
56-
[apollo]: https://www.apollographql.com
5752
[vscode]: https://code.visualstudio.com/

tech-stack/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ while building applications.
3333
- When building a cross-platform mobile app that will be delivered via an app
3434
store, use React Native.
3535

36-
### API
37-
38-
- Use GraphQL as an API layer when connecting a mobile app to a web service.
39-
4036
### Web
4137

4238
- Use Ruby on Rails for new applications.

0 commit comments

Comments
 (0)