From f5fbc41fea746d2f605cff5cc4435b6a277b7a43 Mon Sep 17 00:00:00 2001 From: Ryan Graff Date: Thu, 25 Aug 2016 00:23:43 -0400 Subject: [PATCH] Add rdx as an alternative. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aac5d0b0f18..2560f48a91c 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ If you don’t agree with the choices made in this project, you might want to ex * [react-app](https://github.com/kriasoft/react-app) * [dev-toolkit](https://github.com/stoikerty/dev-toolkit) * [mozilla-neo](https://github.com/mozilla/neo) +* [rdx](https://github.com/resistdesign/rdx) 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.