This repository is to showcase examples of how vite with Module Federation (vite-plugin-federation) can be used to share components between a React application and a Svelte application.
npm install
in the src/react-app directorynpm run build
in the src/react-app directorynpm install
in the src/svelte-app directorynpm run dev
in the src/svelte-app directoryMore on the vite-plugin-federation can be found at this GitHub Repository