Software Alternatives & Reviews

Intro to ViteJS

Sass PostCSS Dojo Toolkit
  1. 1
    Syntatically Awesome Style Sheets
    Pricing:
    • Open Source
    Under the hood, Vite uses esbuild. For CSS, it can handle PostCSS if you add a config for it, or css-modules if you add .module.css files, or sass. It will also make liberal use of the import.meta to add some sugar methods like glob imports or adding environment variables. You can switch the build to use terser and get a slightly smaller build, but it is a little slower. In my regular usage, I don't notice a huge difference, so I leave esbuild as default.

    #Developer Tools #Design Tools #Javascript UI Libraries 131 social mentions

  2. Increase code readability. Add vendor prefixes to CSS rules using values from Can I Use. Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you.
    Pricing:
    • Open Source
    Under the hood, Vite uses esbuild. For CSS, it can handle PostCSS if you add a config for it, or css-modules if you add .module.css files, or sass. It will also make liberal use of the import.meta to add some sugar methods like glob imports or adding environment variables. You can switch the build to use terser and get a slightly smaller build, but it is a little slower. In my regular usage, I don't notice a huge difference, so I leave esbuild as default.

    #Developer Tools #Design Tools #CSS Framework 39 social mentions

  3. Dojo Toolkit
    If the project was big enough, there were tools like jsmin. If the project warranted it, I would use Dojo Toolkit, which could probably make me a sandwich if I wanted it to.

    #Web Frameworks #Developer Tools #Python Web Framework 3 social mentions

Discuss: Intro to ViteJS

Log in or Post with