From 4716b54ebafa21f42aebf8ad2804a7ab3ea8c45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kay=20Pl=C3=B6=C3=9Fer?= Date: Mon, 26 Oct 2015 19:48:24 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.