React, Svelte & Vue combined in a single page using Podium. Server-side micro frontends made easy.
Podium docs: https://podium-lib.io
- Clone this repository
- In root folder run command "npm install"
- In root folder run command "npm start"
- Open up your favorite browser and head to http://localhost:7000
Note: The browser will be open automatically, but you will see all apps running in parallel after few seconds.
A single page loads a React, Svelte and Vue Micro Frontend... They communicate through a pubsub event bus (courtesy of the Podium framework).
