Devon Govett
I write javascript
- Parcel v2.15 introduces a new HTML and SVG transformer and minifier written in Rust using browser-grade components from Firefox + Servo! 🚀 Replaces posthtml, htmlnano, SVGO, and SVGR. 10x faster. Reduces npm dependencies by 25% and install size by 45%. parceljs.org/blog/v2-15-0/
- Lightning CSS v1.30.0 is released! 😀 ⚡️ Updated relative color spec for numbers and percentages ⚡️ Updated nesting spec for pseudo elements and interleaved rules ⚡️ Skip generating unnecessary @supports ⚡️ Android support ⚡️ ... and more! github.com/parcel-bundl...
- With Parcel, you can return JSX from your server in an existing client rendered app. No need to add SSR if you don’t want to! parceljs.org/recipes/rsc/... Great explanation of why you might want to do this by Dan.
- ⚛️📝 New on Overreacted: JSX Over The Wire overreacted.io/jsx-over-the...
- New React Aria release! 📆 Custom calendar systems (e.g. retail calendars) 📉 Up to 22% smaller bundle size for core packages ⏳ React Suspense in collections 🏎️ Faster collection updates 🕳️ PortalProvider 🧩 onClick interop alias for onPress react-spectrum.adobe.com/releases/202...
- Kicking off a revamp of the React Aria docs this week! After almost 5 years, it's time to clean things up a bit. We're aiming to simplify navigation, improve search, reorganize content, add more examples, freshen up the styles, etc. What else would you like us to improve?
- Got Parcel + React Server Components running on Cloudflare Workers! 🌤️ Example: github.com/parcel-bundl... Live: parcel-rsc-cloudflare.devongovett.workers.dev
- React 19.1 enables Server Components in Parcel with React Stable (not only canary)! Just released Parcel v2.14.3 with the corresponding update. 🥳
- React 19.1 has just been released! Check out the latest updates here: github.com/facebook/rea...