Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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