DEV Community

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

Posted on

4

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.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay