https://github.com/tpeczek/demo.aspnetcore.microfrontendsinaction
Samples from the book Micro Frontends in Action implemented with ASP.NET Core
https://github.com/tpeczek/demo.aspnetcore.microfrontendsinaction
asp-net-core microfrontends
Last synced: 6 months ago
JSON representation
Samples from the book Micro Frontends in Action implemented with ASP.NET Core
- Host: GitHub
- URL: https://github.com/tpeczek/demo.aspnetcore.microfrontendsinaction
- Owner: tpeczek
- License: mit
- Created: 2022-06-20T12:53:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:56:35.000Z (9 months ago)
- Last Synced: 2025-04-09T23:19:08.589Z (6 months ago)
- Topics: asp-net-core, microfrontends
- Language: C#
- Homepage:
- Size: 186 KB
- Stars: 64
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Demo.AspNetCore.MicroFrontendsInAction
Samples from the book [Micro Frontends in Action](https://www.manning.com/books/micro-frontends-in-action) implemented with ASP.NET Core. You can read more here:
- [Micro Frontends in Action With ASP.NET Core - Server-Side Routing via YARP in Azure Container Apps](https://www.tpeczek.com/2022/06/micro-frontends-in-action-with-aspnet.html)
- [Micro Frontends in Action With ASP.NET Core - Composition via YARP Transforms and Server-Side Includes (SSI)](https://www.tpeczek.com/2022/07/micro-frontends-in-action-with-aspnet.html)
- [Micro Frontends in Action With ASP.NET Core - Composition via Blazor WebAssembly Based Web Components](https://www.tpeczek.com/2022/08/micro-frontends-in-action-with-aspnet.html)
- [Micro Frontends in Action With ASP.NET Core - Communication Patterns for Blazor WebAssembly Based Web Components](https://www.tpeczek.com/2022/09/micro-frontends-in-action-with-aspnet.html)
- [Micro Frontends in Action With ASP.NET Core - Universal Rendering With Blazor WebAssembly Based Web Components](https://www.tpeczek.com/2022/10/micro-frontends-in-action-with-aspnet.html)## Sponsor This Project
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).
## Copyright and License
Copyright © 2022 - 2025 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Demo.AspNetCore.MicroFrontendsInAction/blob/master/LICENSE.md)