aspnetcore/src/Components
Pranav K 126f14dbd2
Component package updates (#23371)
* Stop cross-compiling Component packages
* Remove Microsoft.JSInterop reference from M.A.Components
* Update RCL template

Fixes https://github.com/dotnet/aspnetcore/issues/23124
Fixes https://github.com/dotnet/aspnetcore/issues/23351
2020-06-29 11:36:59 -07:00
..
Analyzers
Authorization Component package updates (#23371) 2020-06-29 11:36:59 -07:00
Blazor/Blazor/test/Rendering
Components Component package updates (#23371) 2020-06-29 11:36:59 -07:00
Forms Component package updates (#23371) 2020-06-29 11:36:59 -07:00
Ignitor
Samples/BlazorServerApp
Server
Shared
Web Component package updates (#23371) 2020-06-29 11:36:59 -07:00
Web.JS
WebAssembly Component package updates (#23371) 2020-06-29 11:36:59 -07:00
benchmarkapps Component package updates (#23371) 2020-06-29 11:36:59 -07:00
test Component package updates (#23371) 2020-06-29 11:36:59 -07:00
.vsconfig
Components.sln
ComponentsNoDeps.slnf
Directory.Build.props
Directory.Build.targets
NuGetPackageVerifier.json
README.md
THIRD-PARTY-NOTICES.txt
build.cmd
build.sh
startvs.cmd

README.md

Blazor

Build modern, interactive web-based UIs with C# and Razor.

This folder contains the underlying components programming model that powers both server-side and client-side Blazor applications.

Blazor is a component based web UI framework. Blazor apps can run client-side in browser on WebAssembly or server-side as part of an ASP.NET Core app. Blazor is a full single-page application (SPA) framework inspired by the latest JavaScript SPA frameworks, featuring support for offline/PWA applications, app size trimming, and browser-based debugging.

Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime implemented in WebAssembly that executes normal .NET assemblies.

Gitter

You can learn more about Blazor at https://blazor.net.

Getting Started

To get started with Blazor and build your first web app check out our getting started guide.