From 1d88806409bd2dd80aecb50f32d2de490f103246 Mon Sep 17 00:00:00 2001 From: Konstantin Tarkus Date: Tue, 26 Jul 2016 12:57:46 +0300 Subject: [PATCH] Add react-app to Alternatives section in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa5f8ae4a07..521b6ac5c20 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ If you don’t agree with the choices made in this project, you might want to ex * [sagui](https://github.com/saguijs/sagui) * [roc](https://github.com/rocjs/roc) * [aik](https://github.com/d4rkr00t/aik) +* [react-app](https://github.com/kriasoft/react-app) You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.
React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.