Software Alternatives & Reviews

How Do I Stub webpack's require.ensure?

Webpack Sinon.JS Mochajs React with pre-made components Chai
  1. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    I use webpack's code splitting feature (require.ensure) to reduce the initial bundle size of my React application by loading components that are not visible on page load from a separate bundle that is loaded asynchronously.

    #Web Application Bundler #JS Build Tools #Module Bundler 220 social mentions

  2. Standalone test spies, stubs and mocks for JavaScript.
    Pricing:
    • Open Source

    #Developer Tools #Testing #Automated Testing 20 social mentions

  3. Mocha is a JavaScript test framework running on Node.js and the browser, making asynchronous testing simple.
    Pricing:
    • Open Source

    #Development Tools #Javascript UI Libraries #JavaScript Framework 86 social mentions

  4. React can also act as a "widget toolkit" by using pre-made React components. http://react-components.com/
    Pricing:
    • Open Source
    I use webpack's code splitting feature (require.ensure) to reduce the initial bundle size of my React application by loading components that are not visible on page load from a separate bundle that is loaded asynchronously.

    #Javascript UI Libraries #JavaScript Framework #Front-End Frameworks 30 social mentions

  5. 5
    Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.

    #Developer Tools #Testing #Automated Testing 4 social mentions

Discuss: How Do I Stub webpack's require.ensure?

Log in or Post with