Skip to content

Latest commit

 

History

History
57 lines (52 loc) · 2.9 KB

README.md

File metadata and controls

57 lines (52 loc) · 2.9 KB

React

General Philosophies

  • 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 in our Guides.
  • When building React apps with TypeScript and Apollo, we've found working in VSCode to be a mostly-good experience.