Cypress : JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.
Snowpack : Snowpack is a better build tool for modern web apps. Snowpack leverages ESM imports in your application to remove all unnecessary bundling work from y...
Prepack : Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack rep...
📦 Parcel : Blazing fast, zero configuration web application bundler
Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
A dev se...
Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting for browser support.