@snowpackjs is a lightweight frontend build tool designed as an alternative to heavier, more complex bundlers like webpack or Parcel.
Snowpack leverages JavaScript's native module system, ESM.
dev.to/ajcwebdev/a-first-loo…
Folks, you can't get your feedback loop tighter than with React Cosmos and Snowpack.
You barely save and the change is on the screen. Or as the kids say nowadays, this shit is fuego🔥
Give it a try!
React Cosmos is a dev environment for building scalable, high-quality user interfaces. Here's how to use it with Snowpack: github.com/react-cosmos/reac…
> Snowpack and Cosmos make a great match. Both focus on developer productivity and complement each other nicely. You get to narrow your focus down to a single component, which refreshes instantly when you make a change without losing state.
🤩
React Cosmos is a dev environment for building scalable, high-quality user interfaces. Here's how to use it with Snowpack: github.com/react-cosmos/reac…
Webpack gets slow when rebuilding large projects. Enter @snowpackjs, which rethinks the way build tools should work.
Find out how Snowpack serves projects unbundled during dev, why this matters, and how to use it in our guide by @jackfranklin. sitepoint.com/learn-snowpack…
📹 New video just dropped!
I share my first impressions on @snowpackjs! In the vid, I also demo streaming imports, an experimental feature of Snowpack v3.
Go use Snowpack for your next project. It's a blast!
youtube.com/watch?v=IPo1NbjL…
I bought graveyard.dev with the intention of building a resting place for all the projects I never finished... aaaand then I never finished that one either. 😅
Speaking of ES Modules, the fact that Node has them too turns this thing into a hurricane of adoption.
Sindre has 1,000+ npm packages and says they are all going ESM this year blog.sindresorhus.com/get-re…
Even for the packages that don't—there is Skypack skypack.dev/
🟣 Using ES6 Modules In Gatsby API Files 🟣
ES6 Modules are great and for the vast majority of things, work fine. But, when it comes to NodeJS and GatsbyJS API Files we can't use them by default but with the help of a few packages, we can. 🧵 1/6
--
#100DaysOfCode