React , Svelte & Vue apps on a single page using Podium
React, Svelte & Vue combined in a single page using Podium. Server-side micro frontends made easy.
Podium docs: https://podium-lib.io
How to start
- Clone this repository
- In root folder run command "npm install"
- In root folder run command "npm run installAll"
- In root folder run command "npm start"
- Open up your favorite browser and head to http://localhost:7000
What is in this repo
A single page loads a React, Svelte and Vue Micro Frontend...
They communicate through a pubsub event bus (courtesy of the Podium framework).