Coder Social home page Coder Social logo

Comments (9)

mofas avatar mofas commented on May 5, 2024

+1

from react-starter-kit.

buxel avatar buxel commented on May 5, 2024

+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.

from react-starter-kit.

goatslacker avatar goatslacker commented on May 5, 2024

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

from react-starter-kit.

koistya avatar koistya commented on May 5, 2024

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

from react-starter-kit.

gaearon avatar gaearon commented on May 5, 2024

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

from react-starter-kit.

koistya avatar koistya commented on May 5, 2024

@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

from react-starter-kit.

gaearon avatar gaearon commented on May 5, 2024

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

from react-starter-kit.

27leaves avatar 27leaves commented on May 5, 2024

👍
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/

from react-starter-kit.

koistya avatar koistya commented on May 5, 2024

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).

from react-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.