Profile avatar
scriptedalchemy.bsky.social
Rspack Core Team | Creator of Module Federation. Infra Architect @ ByteDance
44 posts 818 followers 50 following
Regular Contributor
Active Commenter

Rspack has reached 1 million monthly downloads. πŸŽ‰

First phase of adding layer support to module federation. Layers is how RSC and ReactLynx are able to work. It allows you to share a package like "react" as a singleton, but it can mean different things to each layer. github.com/module-feder...

I got Lynx running on my phone after many delays! ReactLynx compiles in a mere 100ms. Orders of magnitude better than react-native πŸ‘Œ excited for this one. Looks like a banger in the making. Hermes better watch out!

Let it rain ✨ & celebrate OSS πŸš€ Quote this post to keep the appreciation train going and πŸ‘‰ list 3 OSS repos with links ⭐ star them on GH 🌟 star all repos of ur quote train 🀩 Mine: - github.com/vitejs/vite - github.com/web-infra-de... - github.com/nrwl/nx (obsly πŸ˜…)

Thank you for your astonishing talk @scriptedalchemy.bsky.social 😍

Don't forget to fill it out and check the rspack options! πŸ₯°πŸ₯°

Benchmarks from the @rspack.dev w/ @angular.dev.web.brid.gy livestream: Boilerplate app build: webpack: 9.035s rspack: 4.509s Boilerplate Module Federation build (with 2 dependent remotes each): webpack: 14.010s rspack: 7.289s

If we combine Rspack's module graph with @tailwindcss.com, we will get: - No more "content" config - Minimized CSS bundle size Now rsbuild-plugin-tailwindcss has implemented this experimentallyπŸ”₯ github.com/rspack-contr...

Vercel is experimenting with federation v2 for next.js, confirmed. No decisive action yet; but it's encouraging to see. I know better than to get my hopes up, but if they do want to support it - I'm happy to adjust ecosystem as needed.

Confused about the `exports` field in package.json? I wrote a guide to break it down and walk you through it! πŸ‘‰ hirok.io/posts/node-exports-guide

πŸ“½οΈ If you are a micro frontends freak you have to watch this one: youtu.be/7soy7UZ17r4?... with @scriptedalchemy.bsky.social

If you need AppRouter and federation, it's possible with "use client" and the vanilla runtime. The compile plugin automatically blocks AppRouter. But it's end of life anyway, so using the runtime for Next will be the only way forward either way.