From a42720c657b4c06cdcf7f50e84d571f93b50c287 Mon Sep 17 00:00:00 2001 From: JoeCortopassi Date: Sun, 28 May 2017 18:50:16 -0700 Subject: [PATCH 1/2] added to the alternatives section Gluestick is a notable alternative actively used and maintained by TrueCar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cd74f24f86..0e586d69536 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,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.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. From a48d4e974d271162e249e8a5360eec04eaa6a3d8 Mon Sep 17 00:00:00 2001 From: JoeCortopassi Date: Tue, 30 May 2017 09:11:49 -0700 Subject: [PATCH 2/2] fixed accidental space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e586d69536..474fb1067d4 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,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) +* [gluestick](https://github.com/TrueCar/gluestick) 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.