React - nimrody/knowledgebase GitHub Wiki
-
Add flow to a create-react-app project:
yarn add --dev flow-bin yarn run flow init
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 formattingapm install prettier-atom