Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed GraphQL recommendation from tech stack guide #718

Open
wants to merge 2 commits 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
5 changes: 0 additions & 5 deletions react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
[react hooks]: https://reactjs.org/docs/hooks-overview.html
[custom hooks]: https://reactjs.org/docs/hooks-overview.html#building-your-own-hooks
[streamich/react-use]: https://github.com/streamich/react-use
[graphql]: https://graphql.org/
[function components]: https://reactjs.org/docs/components-and-props.html
[class components]: https://reactjs.org/docs/react-component.html
[forward refs]: https://reactjs.org/docs/forwarding-refs.html
Expand All @@ -45,13 +44,9 @@
- For greenfield React projects we like to use [TypeScript]. TypeScript is a
typed superset of JavaScript that compiles to plain JavaScript. For a quick
introduction, check out [TypeScript in 5 minutes].
- If our app needs to make network requests and hold state outside of a
component, we like using GraphQL and our preferred library is [Apollo]. We
have a [section on `GraphQL`](/graphql) in our Guides.
- When building React apps with TypeScript and Apollo, we've found working in
[VSCode] to be a mostly-good experience.

[typescript]: https://www.typescriptlang.org/
[typescript in 5 minutes]: https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html
[apollo]: https://www.apollographql.com
[vscode]: https://code.visualstudio.com/
4 changes: 0 additions & 4 deletions tech-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ while building applications.
- When building a cross-platform mobile app that will be delivered via an app
store, use React Native.

### API

- Use GraphQL as an API layer when connecting a mobile app to a web service.

### Web

- Use Ruby on Rails for new applications.
Expand Down