Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-hedley/blazorinteractive
Blazor C# Interactive (Try .NET)
https://github.com/alex-hedley/blazorinteractive
blazor blazor-webassembly wasm web-assembly webassembly
Last synced: about 22 hours ago
JSON representation
Blazor C# Interactive (Try .NET)
- Host: GitHub
- URL: https://github.com/alex-hedley/blazorinteractive
- Owner: alex-hedley
- License: mit
- Created: 2023-04-03T14:37:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T00:02:11.000Z (18 days ago)
- Last Synced: 2025-02-08T12:11:44.611Z (6 days ago)
- Topics: blazor, blazor-webassembly, wasm, web-assembly, webassembly
- Language: C#
- Homepage: https://alex-hedley.github.io/BlazorInteractive/
- Size: 445 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Interactive
> Blazor C# Interactive (Try .NET)
[![Blazor](https://img.shields.io/badge/blazor-5C2D91.svg?style=for-the-badge&logo=blazor&logoColor=white)](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor)
[![C#](https://img.shields.io/badge/c%23-239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)](https://learn.microsoft.com/en-us/dotnet/csharp/)[![License: MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge)](LICENSE)
[![Build / Test (with Reports)](https://github.com/alex-hedley/BlazorInteractive/actions/workflows/build-test.yml/badge.svg)](https://github.com/alex-hedley/BlazorInteractive/actions/workflows/build-test.yml)
[![Deploy to GitHub Pages](https://github.com/alex-hedley/BlazorInteractive/actions/workflows/deploy-site.yml/badge.svg)](https://github.com/alex-hedley/BlazorInteractive/actions/workflows/deploy-site.yml)
[![pages-build-deployment](https://github.com/alex-hedley/BlazorInteractive/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/alex-hedley/BlazorInteractive/actions/workflows/pages/pages-build-deployment)[![BlazorInteractive Tests](https://gist.githubusercontent.com/alex-hedley/0f6142396b2a1bb0231906adcd51bdcd/raw/0365da5b9d3b05984b8099051b6f5582eff2878b/blazor_interactive_tests.md_badge.svg "BlazorInteractive Tests")](https://gist.github.com/alex-hedley/0f6142396b2a1bb0231906adcd51bdcd)
[![BlazorInteractive Compilation Tests](https://gist.githubusercontent.com/alex-hedley/1a73c5dd2824cc80bfd2c145308dbcf9/raw/c0c284fcc207940aa665cd816a991d92bf94df26/blazor_interactive_compilation_tests.md_badge.svg "BlazorInteractive Compilation Tests")](https://gist.github.com/alex-hedley/1a73c5dd2824cc80bfd2c145308dbcf9)## Demo
![Demo](docs/images/demo.gif)
![Progress](docs/images/progress.png "Progress")
## Solution
| Project | Type | Info |
| -------------------------------------------- | ----------------- | ---- |
| BlazorInteractive | BlazorWebAssembly | |
| BlazorInteractive.Compilation | | |
| BlazorInteractive.Compilation.Tests | | |
| BlazorInteractive.DependencyManagement | | |
| BlazorInteractive.DependencyManagement.Tests | | |
| BlazorInteractive.Tests | | |## Tests
- [BlazorInteractive Tests](https://gist.github.com/alex-hedley/0f6142396b2a1bb0231906adcd51bdcd)
- [BlazorInteractive Compilation Tests](https://gist.github.com/alex-hedley/1a73c5dd2824cc80bfd2c145308dbcf9)Output using [dotnet-tests-report](https://github.com/marketplace/actions/dotnet-tests-report) ([Code](https://github.com/zyborg/dotnet-tests-report))
## Docs
- [Info](docs/README.md)
- Blog Post - [.NET Blazor Interactive](https://alexhedley.com/blog/posts/dotnet-blazor-interactive)
- 🎙️ Talk - [Presentation](https://alex-hedley.github.io/talk-blazorinteractive/)