ZergZe / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Blazor Awesome

A collection of awesome Blazor resources.

Blazor is a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

Contributions are always welcome! Please take a look at the contribution guidelines pages first. Thanks to all contributors, you're awesome and wouldn't be possible without you!

Contents

Introduction

What is Blazor

Blazor is a .NET web framework to build client web apps with C#. Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. More information on the official website.

Requirements

Please note that if you want to open Blazor projects in Visual Studio, you must have Visual Studio 15.7 Preview 1 or later and the .NET Core 2.1 Preview 1 SDK. Recommanded: the latest Visual Studio 2019 Preview and the latest .NET Core SDK.

Note: the Blazor Visual Studio extension is not longer required since the ASP.NET Core Preview 7.

Here is the documentation of Microsoft, Get started with Blazor.

General

Sample Projects

CMS

  • BlogCore - GitHub stars Modern CMS on Domain-driven Design and Clean Architecture patterns.
  • WordDaze - GitHub stars Blogging application written using Blazor with a WebAPI backend.

Games

  • AsteroidsWasm - GitHub stars A mixed bag of C# projects to see if a single .NET Standard base can run across all common platforms include WebAssembly. Demo.
  • BlazorQuiz - GitHub stars Simple quiz using Blazor.NET and WebAssembly.
  • BlazorChess - Chess engine implemented with Blazor. Demo.
  • Blagario - Experimental lab to test blazor server side as multiplayer game engine with no canvas (just blazor, html and css). Collaborations are welcome. Scaffolding status.
  • Tzaar - Implementation of the board game Tzaar with Blazor and SignalR. Demo.
  • BlazorGameSnake - 2D game snake with customizations, path finding algorithm, and sound effects using SVG. Demo.
  • Blazor20Questions - Client/Server game using Websockets (SignalR) & MongoDB API, with Docker (docker-compose).
  • BlazorDestinationGame - Quizz about places in the world. Demo.
  • BlazorDice - Roll the dice.

ToDos

Others

Tutorials

Libraries & Extensions

Components

Reusable components like buttons, inputs, grids and more.

Tools & Utilities

Libraries and extensions for state management, cookies, local storage and other specific tools.

  • Blazor-Redux - GitHub stars Connecting a Redux state store with Blazor.
  • SignalR - GitHub stars SignalR Core implementation for Blazor. It uses the JavaScript client.
  • Blazor-Fluxor - GitHub stars A low-boilerplate Flux/Redux state library for Blazor.
  • Logging - GitHub stars Microsoft Extension Logging implementation for Blazor.4
  • Storage - GitHub stars HTML5 Storage API implementation for Microsoft Blazor.
  • Blazor-State - GitHub stars Manage client side state in Blazor using MediatR pipeline.
  • BlazorStorage - GitHub stars Local and session storage support for Blazor.
  • BlazorDB - GitHub stars In-memory, persisted to local storage, database for Blazor.
  • BlazorSignalR - GitHub stars SignalR Core .NET client library for Blazor. It uses the C# client.
  • Blazored.LocalStorage - GitHub stars A library to provide access to local storage in Blazor applications.
  • Blazor.Auth0 - GitHub stars The library for using Auth0 in Blazor applications.
  • Notifications - GitHub stars HTML5 Notifications API implementation for Microsoft Blazor.
  • Blazor.Polyfill - GitHub stars Polyfills for Blazor (for Internet Explorer 11 support and some other browsers).
  • CssBuilder - GitHub stars CssBuilder is a Builder pattern for CSS classes to be used with Razor Components.
  • Blazor I18n/Localization Text - GitHub stars Localizing contents text in Blazor (Demo).
  • Blazor.Payments - GitHub stars Blazor Web Agent port of the Web Payment API standard developed by W3C .
  • Blazored.Localisation - GitHub stars A library to provide localisation in client-side Blazor applications.
  • Blazor.Geolocation - GitHub stars Blazor interop for browers Geolocation apis.
  • Blazor Time Zone Kit - GitHub stars A library to provide system time zones and local time zone initialization in Blazor apps.
  • EmbeddedBlazorContent - GitHub stars Library to load embedded content files (js and css) from Blazor libraries in server-side Blazor mode.
  • Blazor Svg Helper - GitHub stars Create SVG elements with children (circle, rectangle, image, text, and others) and render with RenderTreeBuilder.
  • Razor components resting library - Prototype testing library that renders Razor Components as HTML and compare the result to an expected result, using the XMLDiff library and Shouldly for writing out error messages.
  • Blazor Analytics - Blazor extensions for Analytics.
  • BlazorPrettyCode - Blazor Code Component for documentation sites. Demo.
  • Blazor.EventAggregator - Lightweight Event Aggregator for Blazor (Razor Components).
  • Blazor Gamepad - Provides gamepad API access for Blazor.
  • Blazor Hotkeys - A library to provide configuration-centric keyboard shortcuts for Blazor.
  • BlazorRealm - Redux state management for Blazor.
  • Blazor.LocalFiles - Open files in your browser and load into Blazor.
  • Blazor.Sensors - Blazor interop for browers sensor apis.
  • Rudder - Efficient state container for Blazor with concepts similar to the ones in redux, including reducers and sagas.
  • BlazorIntersectionObserver - A Blazor wrapper for the Intersection Observer API.
  • Blazor.SpeechSynthesis - A library to provide Speech Synthesis API access for Blazor.
  • Blazor BarCode – A barcode library for Blazor using barcode fonts.

Others

Videos

Articles

Podcasts

Presentations slides

Tooling

Books

E-Books

Courses

Community

Other Languages

License

CC0

To the extent possible under law, Adrien Torris has waived all copyright and related or neighboring rights to this work.

About

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

License:Creative Commons Zero v1.0 Universal