Let’s Learn Snowpack with Fred Schott

Let’s Learn Snowpack with Fred Schott

On this episode of React Wednesdays we were joined by Fred K. Schott (@FredKSchott) to chat about Snowpack.

Snowpack is a build tool that’s meant to be a simpler alternative to more complex bundlers like webpack for development workflows. It uses JavaScript’s native module system, which helps it run fast during development.

Fred showed us how it all worked with a live demo of Snowpack in action. I’d highly recommend any JavaScript developer check this one out, as everyone needs to bundle code, and Snowpack is a compelling way to do so. It’s fast 🔥