Single-SPA Micro Frontend Demo Collection
Here are the single-spa micro frontend demos that can be found on GitHub:
single-spa-examples
This is the official single-spa example. Here is the online demo.
simple-single-spa-webpack-example
This is a usage example built with webpack. The webpack version might be a bit old, but the concept is the same.
single-spa-angular-cli-examples
An Angular example based on angular-cli, suitable for Angular 2.0+ versions.
single-spa-es5-angularjs
An AngularJS example, i.e., AngularJS 1.x version.
single-spa-portal-example
This is already a very complete multi-tech-stack use case, integrating multiple tech stacks with inter-module communication ideas. Very worth studying.
microfrontend-base-demo
The base module demo extracted from our project.
microfrontend-submodule-demo
The submodule demo extracted from our project.