jacob-ebey / federated-rsc

144 stars 6 forks source link

Q&A #3

Open fruitbox12 opened 10 months ago

fruitbox12 commented 10 months ago

what is this?

jacob-ebey commented 10 months ago

Did a first pass at a README but feel free to ask questions. I'll keep this open as a Q&A for now.

vinilvasani commented 7 months ago

How does this work in contrast to the module federation plugin in the webpack/rspack ecosystem? Is what vercel is doing with their RSC federation similar to this architecture?

jacob-ebey commented 1 week ago

This uses module federation to accomplish the task. Vercel is not doing this to my knowledge.

burakakca commented 1 week ago

I tried the example, and it uses Remix. I'd like to switch it to Next.js. Can we use it with Next.js, or what steps should I take?