microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

Fix several issues #173

Closed DanielRosenwasser closed 6 years ago

DanielRosenwasser commented 6 years ago

This PR adds some updates to the repo. Specifically:

  1. This adds some instructions for Jest (you need to have source control)
  2. It turns off TSLint because users have run into too many issues with it; users can opt in to the rules they care about.
  3. It talks about component state (should maybe add: "you might not need Redux")

Fixes #128.

Follow-ups: