What is Snowpack?

How to use Snowpack with Svelte and React

Ferenc Almasi
Webtips
Published in
5 min readOct 14, 2021

--

What is Snowpack?

Snowpack is a build tool similar to Webpack. It aims to bring lightning-fast build times with its unbundled development approach. It does this by only building each module once, and never again. Whereas Webpack and other bundlers usually bundle your whole application each time something changes in your application. This can mean several seconds for larger…

--

--

Ferenc Almasi
Webtips

💻 Frontend dev • ✍️ Founder of webtips.dev • 🐦 Tweets at @WebtipsHQ