From d3518d6254939751dc89f5b0faa9f537dbd1b6d4 Mon Sep 17 00:00:00 2001 From: JoeCortopassi Date: Thu, 29 Jun 2017 10:37:26 -0700 Subject: [PATCH] Added `gluestick` to the alternatives section (#2402) Added `gluestick` to the alternatives section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c428ef65cf..9f40a4d980e 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ Notable alternatives also include: * [react-app](https://github.com/kriasoft/react-app) * [dev-toolkit](https://github.com/stoikerty/dev-toolkit) * [sku](https://github.com/seek-oss/sku) +* [gluestick](https://github.com/TrueCar/gluestick) You can also use module bundlers like [webpack](http://webpack.js.org) and [Browserify](http://browserify.org/) directly.
React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.