From aac31836aeeef6d54eac92c44a34e188f827d76e Mon Sep 17 00:00:00 2001 From: Gustaf Dalemar <gustaf.dalemar@gmail.com> Date: Fri, 22 Jul 2016 20:09:22 +0200 Subject: [PATCH] Add roc to the list of alternatives (#83) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29de3377..5a5f77de6 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ If you don’t agree with the choices made in this project, you might want to ex * [budÅ](https://github.com/mattdesl/budo) * [rwb](https://github.com/petehunt/rwb) * [sagui](https://github.com/saguijs/sagui) +* [roc](https://github.com/rocjs/roc) 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. -- GitLab