https://github.com/felipebaltazar/maui.microfrontend
This repository contains the Sample Code of my talk about MicroFrontend in Xamarin/Maui Here you can find the presentation:
https://github.com/felipebaltazar/maui.microfrontend
dotnet-maui maui maui-apps mfe microfrontend microfrontends microfrontends-demo mobile netmaui xamarin xamarin-android xamarin-forms xamarin-ios
Last synced: over 1 year ago
JSON representation
This repository contains the Sample Code of my talk about MicroFrontend in Xamarin/Maui Here you can find the presentation:
- Host: GitHub
- URL: https://github.com/felipebaltazar/maui.microfrontend
- Owner: felipebaltazar
- License: mit
- Created: 2024-10-14T22:27:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T03:09:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T02:28:22.408Z (over 1 year ago)
- Topics: dotnet-maui, maui, maui-apps, mfe, microfrontend, microfrontends, microfrontends-demo, mobile, netmaui, xamarin, xamarin-android, xamarin-forms, xamarin-ios
- Language: C#
- Homepage: https://docs.google.com/presentation/d/1wqtletpYKszAJ-YkHhV8VXlGTxDpGhJaun-EuIj_FKE/edit?usp=sharing
- Size: 238 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Maui.MicroFrontend
This repository contains the Sample Code of my talk about MicroFrontend in Xamarin/Maui
Here you can find the presentation:
https://docs.google.com/presentation/d/1wqtletpYKszAJ-YkHhV8VXlGTxDpGhJaun-EuIj_FKE/edit?usp=sharing
## Proposal
The purpose of this presentation is to share my experience in Microfrontend technology, as well as a reflection on how to migrate a monolithic application to Microfrontend
## TimeLine
I separated the migration moments into different branches, based on the transition slide between Monolith and MFE
- [Monolith](https://github.com/felipebaltazar/Maui.MicroFrontend/tree/master)
- [Folder Structure/Common](https://github.com/felipebaltazar/Maui.MicroFrontend/tree/migration/pt-1)
- [Segregation/MicroApps](https://github.com/felipebaltazar/Maui.MicroFrontend/tree/migration/pt-2)
## Demo
