Skip to content

This repository demonstrates how to build a micro frontend architecture using React and single-spa, a JavaScript framework for orchestrating multiple frontend applications. It showcases how to run multiple micro apps (React and Vue) independently and together within a single shell.

Notifications You must be signed in to change notification settings

SyncfusionExamples/react-micro-frontend-with-single-spa

Repository files navigation

micro-frontend-with-single-spa

Installation

npm i

Running the app

To run the app, run the start script:

npm start

Now, you can visit the following URLs:

# renders both apps
http://localhost:8080/

# renders only react
http://localhost:8080/react

# renders only vue
http://localhost:8080/vue

Blog reference

Micro-Frontend—Why and How?

About

This repository demonstrates how to build a micro frontend architecture using React and single-spa, a JavaScript framework for orchestrating multiple frontend applications. It showcases how to run multiple micro apps (React and Vue) independently and together within a single shell.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5