Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantederuwe/boardgamestore-blazor-microfrontends
A demo e-commerce application showing the capabilities of microfrontends with Blazor
https://github.com/dantederuwe/boardgamestore-blazor-microfrontends
blazor blazor-webassembly dotnet micro-frontend microfrontend microfrontends
Last synced: about 2 months ago
JSON representation
A demo e-commerce application showing the capabilities of microfrontends with Blazor
- Host: GitHub
- URL: https://github.com/dantederuwe/boardgamestore-blazor-microfrontends
- Owner: DanteDeRuwe
- License: mit
- Created: 2023-09-10T08:46:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T08:55:10.000Z (8 months ago)
- Last Synced: 2024-05-29T21:20:31.618Z (8 months ago)
- Topics: blazor, blazor-webassembly, dotnet, micro-frontend, microfrontend, microfrontends
- Language: C#
- Homepage: https://boardgamestore.deruwe.me/
- Size: 403 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BoardgameStore: Microfrontends & Blazor!
A proof-of-concept e-commerce application for showing the capabilities of the microfrontend architecture within Blazor.
It is using a ".NET all the way" approach.This is used in my talk about microfrontends with Blazor.
It is also a fork of the code used for my bachelor thesis *"Enabling the distributed development of Blazor based web applications using a Microfrontend architecture"* which can be read [here](https://thesis.deruwe.me).
This code consists roughly of 3 parts
1. appshell
2. microfrontends
- order
- discover
3. microfrontend framework## Overview of the architecture