-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jeff edited this page Apr 21, 2017
·
6 revisions
Codesplain is the code editor that makes the code explain itself to you.
- create-react-app Nice command line tool that packages together a lot of tools for developing React apps.
- Jest/Enzyme Unit testing for JS and snapshot testing for React components.
- Material-UI React components that implement Google's Material Design standard
- Codemirror Open-source text-editor that runs in the browser. Written in Javascript
- Redux State management independent of React.
- React-devtools - Available for Firefox + Chrome
-
Atom text editor
- Linter + linter-eslint to get live feedback for your code