The #survivejs webpack book has received another pass of webpack 5 specific changes and tweaks.
Read the release notes for further details: survivejs.com/blog/webpack-b… .
We just released Create React App 4.0 with Fast Refresh and more! 🔥
- React 17
- TypeScript 4
- ESLint 7
- Jest 26
- PWA enhancements
- Web Vitals
Big thanks to @ian_schmitz, @mrmckeb and everyone who contributed. 🙌
github.com/facebook/create-r…
Deno 1.5.0 is released. Highlights:
- improved bundling: deno bundle now has tree shaking, and is up to 15x faster than 1.4
- alert, confirm, and prompt APIs
- TLA, tab completion in the REPL
Read more at deno.land/posts/v1.5?twitter
Announcing a new library proxy-memoize 🎉
This is a vanilla JS lib, providing a magical memoization.
It can be used with several use cases like React Context, React Redux, and Zustand.
The video shows eliminating extra re-renders with React Context.
👉 github.com/dai-shi/proxy-mem…
As the creator of a bundler I don't say this lightly, but it's true. Once you've seen it, you can't deny it. To be clear, bundlers are still very much essential (the project @swyx mentions uses @RollupJS extensively), but their role is changing
So @Rich_Harris just announced that @Sveltejs is going all-in on @FredKSchott's Snowpack.
"We're gonna get to a point pretty soon where projects that use bundlers during development are gonna look pretty antiquated."
Bunderless dev is the future!
youtu.be/vHHLLJA0b70?t=24074
Friends of electronic music and esoteric programming languages! I made a thing: orca.wtf
It's a browser-based playground for Orca and Pilot by @hundredrabbits that lets you share your creations with others via a link.
🚀 Introducing Popmotion 9
The motion library behind the Motion library, the lodash of animation. Popmotion 9 is simple, powerful, low level, stable, and tiny.
popmotion.io
Just released #mobx 6!
👉 makeAutoObservable 😍
👉 Decorator free by default
👉 Fully revamped docs for modern React
👉 Supersedes both MobX 4 and 5
👉 Codemod for migration
michel.codes/blogs/mobx6
Haven't done this for a while: had this small sandbox lying around teaching gestures in Threejs. We have pointer-events, so you can pick any spec-compatible library, in this case react-use-gesture — the same way you'd attach drag and drop to divs and spans codesandbox.io/s/react-three…