Skip to content

Complete example of a micro-frontend application built using ReactJS

Notifications You must be signed in to change notification settings

caprica/micro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micro-frontend application

This project presents an example of a ReactJS micro-frontend application.

There are three sub-projects:

  1. container
  2. app1
  3. app2

The "container" application is a full-blown react application that as well as having its own content, can dynamically load and host other react applications.

The "app1" and "app2" are independent full-blown react applications that are dynamically loaded and routed to by the host application.

Obviously you can have as many of these applications as you need.

Start with the README in the "container" sub-project.

References

This project was very useful.

This was the original source.

About

Complete example of a micro-frontend application built using ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published