diff --git a/README.md b/README.md index 9e9a0fd..895e7d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # 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](https://webpack.github.io/), but I would recommend looking into it. It helped me to get rid of much Grunt/Gulp code in my projects.