Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyjoel/experiments.blazor
Various experimental projects using Blazor.
https://github.com/heyjoel/experiments.blazor
blazor dotnet
Last synced: about 1 month ago
JSON representation
Various experimental projects using Blazor.
- Host: GitHub
- URL: https://github.com/heyjoel/experiments.blazor
- Owner: HeyJoel
- License: mit
- Created: 2024-04-16T13:32:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T11:18:50.000Z (9 months ago)
- Last Synced: 2024-12-06T21:01:50.460Z (about 1 month ago)
- Topics: blazor, dotnet
- Language: C#
- Homepage:
- Size: 24.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experiments.Blazor
This repo contains several experiments with building .NET Blazor applications.
> Note that these applications are experiments and are not necessarily production ready code. Shortcuts or hacks may have been made to further the learning or experimentation process.
## SPA Site
These projects are based on the [Cofoundry SPA example application](https://github.com/cofoundry-cms/Cofoundry.Samples.SPASite), ported from VueJs into Blazor.
- [SPASite.BlazorServer](/src/SPASite.BlazorServer/README.md): Blazor app using the interactive server-side rendering render mode and direct sever-side data access.
- [SPASite.WebAssembly](/src/SPASite.BlazorWebAssembly/SPASite.BlazorWebAssembly/README.md): Blazor app using the WebAssembly client-side rendering mode and minimal APIs for data access.## Experiments.Blazor.MudBlazorAdmin
- [Experiments.Blazor.MudBlazorAdmin](/src/Experiments.Blazor.MudBlazorAdmin/README.md) This is a sandbox application for experimenting with [MudBlazor](https://www.mudblazor.com/) components to build an admin panel interface.