Git Product home page Git Product logo

Comments (13)

JasonGiedymin avatar JasonGiedymin commented on May 1, 2024

When I end up using browserify with gulp, I end up using many shims and plugins. It hurts more when you have to do transpiling or if you also end up using bower. Watchify if very fast too. However, I get the sense that browserify devs recommend using it as a cli tool, and if your fine with that it actually works quite well.

from react-starter-kit.

yoshuawuyts avatar yoshuawuyts commented on May 1, 2024

Browserify has a very active community behind it, and bazillion plugins that form a rich ecosystem. If you want to use gulp + browserify you should take a look at https://github.com/hughsk/vinyl-source-stream.

from react-starter-kit.

sloria avatar sloria commented on May 1, 2024

+1 to webpack. It's code-splitting and ability to incorporate multiple sources (e.g. bower, node, etc) is indispensable. It boasts a long list of loaders and plugins and intelligent caching for quick builds.

from react-starter-kit.

radum avatar radum commented on May 1, 2024

@sloria You can do everything you said with browserify also, and when does one need to require a CSS file in his javascript file or an image?

It's like JSX, it worked and made sense for them (FB) doesn't mean it will work for everyone else.

I think both are great, so you might as well chose the one you like and stick with it. I personally us browserify because I started with this one and it has a big ecosystem.

from react-starter-kit.

mauriyouth avatar mauriyouth commented on May 1, 2024

+webpack, you can have multiple entry point so you can split your js bundles, and load the necessary only when you needs them.

from react-starter-kit.

koistya avatar koistya commented on May 1, 2024

@mauriyouth does it differ from what you can do with Browserify and factor-bundle?

from react-starter-kit.

avevlad avatar avevlad commented on May 1, 2024

👍 webpack

from react-starter-kit.

hekar avatar hekar commented on May 1, 2024

+1 webpack

from react-starter-kit.

amit242 avatar amit242 commented on May 1, 2024

Do I need Webpack or Browserify if I'm already using gulp? I'm trying to understand if I need any of these 2 if I'm using the react-starter-kit.

from react-starter-kit.

Sunil6591 avatar Sunil6591 commented on May 1, 2024

can somebody point me to some samples for using browserify with react using a MakeFile?
Thanks in advance

from react-starter-kit.

cosminnicula avatar cosminnicula commented on May 1, 2024

What do you think about JSPM?

from react-starter-kit.

blackxored avatar blackxored commented on May 1, 2024

+1 for jspm, not even a mention? 😭

from react-starter-kit.

koistya avatar koistya commented on May 1, 2024

I'm going to close this one as it's not a real issue or feature request. But feel free to continue the conversation on this thread. You're also welcome to participate in discussions on Gitter, Appear.in, or StackOverflow.

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.