Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate React Hot Reload #7

Closed
koistya opened this issue Sep 15, 2014 · 9 comments
Closed

Integrate React Hot Reload #7

koistya opened this issue Sep 15, 2014 · 9 comments

Comments

@koistya
Copy link
Member

koistya commented Sep 15, 2014

React Hot Reload
http://gaearon.github.io/react-hot-loader/

@mofas
Copy link

mofas commented Nov 24, 2014

+1

@buxel
Copy link

buxel commented Dec 2, 2014

+1 because its really sweet

Maybe -1 because it adds avoidable complexity to a starter kit. It either should be well documented / commented to remain starter friendly, or you might consider making it optional and convert the starter kit to a yeoman generator.

@goatslacker
Copy link

Definitely this. Do you need help tackling any of these things?

@koistya
Copy link
Member Author

koistya commented Feb 8, 2015

Trying to figure out, is there a way to use both Browser-Sync and React-Hot-Loader..

@gaearon
Copy link

gaearon commented Feb 9, 2015

Why use BrowserSync over Webpack? It can handle CSS just fine.

@koistya
Copy link
Member Author

koistya commented Feb 9, 2015

@gaearon with BrowserSync you can open your website in different browsers and even on different devices (it creates HTTP tunnel with external IP to make things simple for connecting from devices other than your local PC), then when you navigate through the site, all the click, scroll, form data events are synchronized accross all the connected browsers which makes testing in different browsers supper easy.

Check this article by Addy Osmani http://addyosmani.com/blog/browser-sync/
Also these slides: https://speakerdeck.com/addyosmani/front-end-tooling-workflows

@gaearon
Copy link

gaearon commented Feb 9, 2015

I get it now, thanks! That's a nice tool.

@27leaves
Copy link

27leaves commented Mar 1, 2015

👍
Here are some slides of a local presentation about that topic. Isn't very detailed, but enough for me to be excited about it :)
http://okonet.ru/slides/reactive-development/

@koistya
Copy link
Member Author

koistya commented Feb 17, 2016

React Hot Transform was integrated into the starter kit. It plugs into the app when you run the site in a "watch" mode by hitting npm start (see tools/start.js).

@koistya koistya closed this as completed Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants