Skip to content

Fredrik10a/micro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Microfrontend with Webpack 5 using ReactJS

πŸš€ Welcome to the MicroFrontend project powered by Webpack 5! This setup is designed to provide a smooth experience in building MicroFrontend applications with "webpack5."

Your thoughts and suggestions are not just welcomed; they are highly valued.

Key Features πŸ› οΈ

  • Implemented Features:

    • Applications (APPs) are crafted to be isolated and operate independently. The host gracefully handles any offline APP.
    • Nested APP inside APP2.
  • Pending Features:

    • Implementation of a shared state management system.

Getting started

cd host && yarn install && yarn build:dev && yarn start
cd app1 && yarn install && yarn build:dev && yarn start
cd app2 && yarn install && yarn build:dev && yarn start
cd nested2 && yarn install && yarn build:dev && yarn start

Reference Documentation πŸ“–

Explore the Webpack 5 documentation for reference.

Contributing 🀝

Feel free to submit pull requests; your contributions are highly valuable. For significant changes, please open an issue first to initiate a discussion about your proposed modifications.

License πŸ“

This project is licensed under the MIT License. Your collaboration is not just appreciated; it's essential! Thank you for being a part of this project!

About

Microfrontend Basic Setup (ReactJS)

Resources

Stars

Watchers

Forks