State of JS 2020 is now open!
stateofjs.com/
Just filled it out, was surprisingly quick and I got to learn about a few new tools/tech I hadn't heard of. Go check it out & like/RT to spread the word!
Have you tried out @skypackjs? 😎
It's awesome. It allows you to "import" node modules without installs and build tools 😮 It's also supported on @CodePen 💪
Here's an infinite slider I built with @reactjs && @framer whilst importing "confetti" ⚒️
👉 codepen.io/jh3y/pen/mdENdQw
At Cycle, we are excited for Snowpack (@skypackjs), the faster frontend build tool! In this blog we explore how and why you can build a MERN application with Snowpack.
cycle.io/blog/2020/11/snowpa…
Looks like Snowpack is going to ship built-in bundling, powered by esbuild! This is in addition to the Webpack & Rollup support we already have via plugin.
$ snowpack build --bundle
PR: github.com/snowpackjs/snowpa…
esinstall - Convert any package to ESM.
Snowpack's internal CJS->ESM package converter finally has a proper API, simple enough to fit in a tweet:
import {install} from 'esinstall';
await install(['react', 'react-dom', 'redux', 'lodash']);
npmjs.com/package/esinstall
if you have questions about SvelteKit (or Svelte Kit or svelte-kit or svelte/kit — 'branding' TBD), ask 'em here and i'll try and get to them when we record the episode
context: youtube.com/watch?v=qSfdtmcZ…