Giter Club home page Giter Club logo

Comments (9)

satya164 avatar satya164 commented on July 24, 2024 6

Haul is an alternative to the React Native CLI tools which you use to perform actions like bundling JavaScript files for packaging or running a development server.

Haul is based on Webpack, so you have access to the entire Webpack ecosystem and can use any webpack loaders or plugins you need. It also doesn't depend on watchman which is a pain to setup on Windows and have to compile from source on Linux, so hopefully it'll have better cross-platform story. Not using watchman means you can use symlinks, import files outside of your project root etc.

Create React Native App is a framework based on Expo to make development easier. It uses React Native packager internally but that's an implementation detail, and maybe someday we can make it use Haul. But that won't affect your workflow. It solves a completely different purpose.

from haul.

lyahdav avatar lyahdav commented on July 24, 2024 2

It would be good to add some from @satya164 comment to the readme. From reading the current readme it wasn't clear to me why I'd want to use Haul.

from haul.

f0rr0 avatar f0rr0 commented on July 24, 2024 1

@henrikra you often want to develop a module independently along side your app and use it as a dependency from within your app. The usual way is to npm link so that npm picks up your local dev version. you can't do that in RN since the packager does't support it.

from haul.

henrikra avatar henrikra commented on July 24, 2024

I would also like to know benefits of using this. Since the read me did not tell the benefits and I don't want to break my current project :)

from haul.

f0rr0 avatar f0rr0 commented on July 24, 2024

@henrikra From the readme it looks like haul supports symlinking modules which the normal packager can't

from haul.

henrikra avatar henrikra commented on July 24, 2024

What is the benefit or use case for that?

from haul.

wilomgfx avatar wilomgfx commented on July 24, 2024

Amazing, Thanks ! Looking forward to use it.

from haul.

wilomgfx avatar wilomgfx commented on July 24, 2024

I agree.

from haul.

grabbou avatar grabbou commented on July 24, 2024

Anyone up for sending pull request?

from haul.

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.