From 2c6177f403a9588a5b09119b43800b80dbd95853 Mon Sep 17 00:00:00 2001 From: Geoffroy Warin Date: Mon, 29 Aug 2016 23:14:03 +0200 Subject: [PATCH] Add tarec to the alternatives Shameless plug of course. If you want hot reloading and the best DX experience (friendly errors, desktop notifications, decorators, very fast reload times with dlls...) you should really check out [The Awsesom REact Cli](https://github.com/geowarin/tarec) (tarec). I have used it in numerous projects that now run in production and I continue to make it better day after day with a lot of love :smile: Typescript and SSR are on the roadmap! Thanks for create-react-app, it's an awesome project and a great source of inspiration :heart: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aac5d0b0f18..fcc1f93e18e 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) +* [tarec](https://github.com/geowarin/tarec) 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.