Skip to content

A study case of micro frontends using two different react applications and a third vue application

Notifications You must be signed in to change notification settings

efraim-andrade/micro-frontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Micro Frontend Study Case

Welcome to the Micro Frontend Study Case repository! This repository serves as a demonstration of implementing micro frontends using React and Vue.js.

alt text

Overview

Micro frontend architecture is an approach to frontend development where a single web application is composed of multiple smaller, independent applications, each owning its UI and logic. This study case explores how to integrate React and Vue.js applications as micro frontends within a unified user experience using module federation with Vite.

Technologies Used

  • React.js ⚛️
  • Vue.js 🖖
  • Vite 🛠️
  • TypeScript 📝
  • Tailwind 🪁

Folder Structure

The repository is structured as follows:

  • /my-react-app: Contains a React application
  • /my-react-app-2: Contains a second React application.
  • /my-vue-app: Contains a Vue.js application

About

A study case of micro frontends using two different react applications and a third vue application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published