DEV Community

Cover image for Pika project allows you to use npm module direct on the browser
Juan Vega
Juan Vega

Posted on

Pika project allows you to use npm module direct on the browser

If you are a front-end or fullstack developer who has dealed with the complexity of nowadays bundlers like Webpack or Browserify, you will appreciate this project.

GitHub logo FredKSchott / snowpack

ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️

Update (April 20, 2022): Snowpack is no longer actively maintained and is not recommended for new projects.

Check out Vite for a well-maintained Snowpack alternative.
See also: esbuild, parcel

Snowpack

Snowpack is a lightning-fast frontend build tool, designed to leverage JavaScript's native module system (known as ESM). It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow.

Key Features

💁 More info at the official Snowpack website ➞


Contributor Guidelines: CONTRIBUTING.md
License: MIT




I'm looking forward to starting some pet project to try it out.

What do you think, will be the management of Javascript building tools easier in the next years?

Cover image extracted from the repository README.md

Top comments (1)

Collapse
 
niorad profile image
Antonio Radovcic

This is really useful. I imagine this to be handy when starting a project and being able to quickly use native modules and npm-libs without the hassle of committing node_modules to your repo.

Build-tools already got easier recently. With non-ES-module-browsers fading away, I hope to be able to just not use webpack/parcel/etc. at some point.