From d803e520c336e31f5be9c120111714cde4895ca1 Mon Sep 17 00:00:00 2001
From: Geoffroy Warin <geowarin@gmail.com>
Date: Tue, 30 Aug 2016 01:32:43 +0200
Subject: [PATCH] Add tarec to the alternatives (#516)

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 aac5d0b0f..fcc1f93e1 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.<br>
 React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.
-- 
GitLab