Module Federation using rspack, react, deno
Hey y'all - I've been tasked with building an application in a module federation context using react. I'd like to use rspack instead of webpack, and I am hoping to use deno to take advantage mainly of the typscript and testing features. Also a requirement is that the github environment uses github actions for ci/cd.
Can y'all think of any issues I may run into, or if I am barking up the wrong tree here with Deno? Thank you!
0 Replies