React - nimrody/knowledgebase GitHub Wiki

and add a //@flow comment at the beginning of the file.

  • To use with vscode add to workspace settings

    "javascript.validate.enable": false

  • For forms use react-forms (alternative is formik)

  • prettier for source formatting

    apm install prettier-atom

  • Using TypeScript with React