Skip to content

JonBrauer/react-blazor

 
 

Repository files navigation

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 configure Blazor on your machine, you can follow the instructions online. For the rest, you only need:

npm install

Build

To build the project and run it locally, run

npm run build
npm start

The later will create a web site at http://localhost:8080/react-blazor/.

Questions & contribution

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

About

React vs. Blazor side by side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 28.3%
  • HTML 27.1%
  • C# 22.6%
  • JavaScript 16.5%
  • CSS 5.5%