Software Alternatives & Reviews

How to add fancy to your Amplify Project

Webpack Parcel Lerna
  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
    There are some bundlers out there and I am pretty sure you all have heard of Webpack. Others like Snowpack or Parcel are also pretty popular. But I really like esbuild which we will also use next.

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

  2. 2
    Blazing fast, zero configuration web application bundler
    Pricing:
    • Open Source
    There are some bundlers out there and I am pretty sure you all have heard of Webpack. Others like Snowpack or Parcel are also pretty popular. But I really like esbuild which we will also use next.

    #Web Application Bundler #Assets Bundler #JS Build Tools 101 social mentions

  3. 3
    Application and Data, Libraries, and Javascript Utilities & Libraries
    Pricing:
    • Open Source
    Probably, you have heard about Yarn Workspaces in combination with Lerna as a popular tool set when using a Monorepo. These are indeed great tools but we will use PNPM instead. PNPM has not just a built-in support for multiple packages but also handles all your node_modules from your computer efficiently. Generally, you should use it for all your Node-Projects. Your Disk Drive will thank you for that 😁.

    #JS Library #Javascript UI Libraries #JavaScript Framework 51 social mentions

Discuss: How to add fancy to your Amplify Project

Log in or Post with