Files
react-from-zero/README.md
2015-10-26 19:48:24 +01:00

287 B

React From Zero

A simple (99% ES2015 less) tutorial for React

Everything runs in the browser without a manual pre-compilation.

No need for Webpack, but I would recommend looking into it. It helped me to get rid of much Grunt/Gulp code in my projects.