All Projects → boyanio → react-blazor

boyanio / react-blazor

Licence: other
React vs. Blazor side by side.

Programming Languages

typescript
32286 projects
HTML
75241 projects
C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to react-blazor

ant-design-blazor
Ant Design for Blazor (WIP)
Stars: ✭ 23 (-41.03%)
Mutual labels:  blazor
planningpoker4azure
Planning Poker 4 Azure
Stars: ✭ 49 (+25.64%)
Mutual labels:  blazor
BlazorDateRangePicker
A Blazor component for choosing date ranges and dates
Stars: ✭ 137 (+251.28%)
Mutual labels:  blazor
MASA.Blazor
Blazor component library based on Material Design. Support Blazor Server and Blazor WebAssembly.
Stars: ✭ 469 (+1102.56%)
Mutual labels:  blazor
RazorComponents.Markdown
Razor component for Markdown rendering.
Stars: ✭ 30 (-23.08%)
Mutual labels:  blazor
BlazorIntersectionObserver
🔎 Intersection Observer API wrapper for Blazor applications
Stars: ✭ 35 (-10.26%)
Mutual labels:  blazor
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-30.77%)
Mutual labels:  blazor
BlazorPoint
Blazor (Client Side) on SharePoint
Stars: ✭ 40 (+2.56%)
Mutual labels:  blazor
Blazor.ScriptInjection
No description or website provided.
Stars: ✭ 17 (-56.41%)
Mutual labels:  blazor
TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (-41.03%)
Mutual labels:  blazor
mbill blazor admin
基于Blazor + Ant Blazor搭建个人记账后台管系统,采用.NET 6搭建后台服务,采用uni-app搭建个人记账微信小程序,采用Xamarin搭建移动客户端App
Stars: ✭ 19 (-51.28%)
Mutual labels:  blazor
FindRazorSourceFile
This is a set of NuGet packages that makes your Blazor apps display the source .razor file name that generated the HTML element under the mouse cursor when entering the Ctrl + Shift + F hotkeys.
Stars: ✭ 39 (+0%)
Mutual labels:  blazor
MusicX
Simple web music player built with Blazor WebAssembly
Stars: ✭ 138 (+253.85%)
Mutual labels:  blazor
Blazor.BrowserExtension
A package for building Browser Extension with Blazor WebAssembly application.
Stars: ✭ 207 (+430.77%)
Mutual labels:  blazor
OpenBudgeteer
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
Stars: ✭ 501 (+1184.62%)
Mutual labels:  blazor
NObservable
MobX like observable state management library with Blazor support
Stars: ✭ 66 (+69.23%)
Mutual labels:  blazor
blazor-lazy-loading
Automatic Lazy Loading support for Blazor (Server and WebAssembly)
Stars: ✭ 89 (+128.21%)
Mutual labels:  blazor
SyncfusionHelpDesk
Blazor Syncfusion Help Desk
Stars: ✭ 38 (-2.56%)
Mutual labels:  blazor
acblog
An open source extensible static & dynamic blog system. (an alternative tool with same features at StardustDL/paperead)
Stars: ✭ 60 (+53.85%)
Mutual labels:  blazor
blazor-training-samples
Sample code for the free DevExpress Blazor training course
Stars: ✭ 52 (+33.33%)
Mutual labels:  blazor

React vs. Blazor

This demo shows how React apps can live together with Blazor apps, which are basically C# apps running in the browser with the help of WebAssembly.

Getting started

To build the blazor app you need either Docker installed or you can follow the instructions to install the appropriate .NET SDK locally. For the rest, you only need:

npm install

Build

To build the project and run it locally run

npm run build
npm start

Then you can access it at http://localhost:8080/react-blazor/.

Questions & contribution

You can follow me on Twitter @boyanio and ask me any questions you might have. You can also open an issue here on GitHub. Pull Requests are welcome too :-)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].