parent
211ad636fd
commit
7918fe2c39
|
|
@ -9,12 +9,12 @@ Blazor is a .NET web framework that runs in any browser. You author Blazor apps
|
||||||
Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime ([Mono](http://www.mono-project.com/news/2017/08/09/hello-webassembly/)) implemented in [WebAssembly](http://webassembly.org) that executes normal .NET assemblies. It works in older browsers too by falling back to an [asm.js](http://asmjs.org/) based .NET runtime.
|
Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime ([Mono](http://www.mono-project.com/news/2017/08/09/hello-webassembly/)) implemented in [WebAssembly](http://webassembly.org) that executes normal .NET assemblies. It works in older browsers too by falling back to an [asm.js](http://asmjs.org/) based .NET runtime.
|
||||||
|
|
||||||
Blazor will have all the features of a modern web framework, including:
|
Blazor will have all the features of a modern web framework, including:
|
||||||
- A component model for building composable UI
|
- [A component model for building composable UI](https://blazor.net/docs/components/index.html)
|
||||||
- Routing
|
- [Routing](https://blazor.net/docs/routing.html)
|
||||||
- Layouts
|
- [Layouts](https://blazor.net/docs/layouts.html)
|
||||||
- Forms and validation
|
- Forms and validation
|
||||||
- Dependency injection
|
- Dependency injection
|
||||||
- JavaScript interop
|
- [JavaScript interop](https://blazor.net/docs/javascript-interop.html)
|
||||||
- Live reloading in the browser during development
|
- Live reloading in the browser during development
|
||||||
- Server-side rendering
|
- Server-side rendering
|
||||||
- Full .NET debugging both in browsers and in the IDE
|
- Full .NET debugging both in browsers and in the IDE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue