MS의 새로운 SPA Framework Blazor
(C# + Razor = WebAssembly 지원)
Browser + Razor = Blazor!
- A component model for building composable UI
- Routing
- Layouts
- Forms and validation
- Dependency injection
- JavaScript interop
- Live reloading in the browser during development
- Server-side rendering
- Full .NET debugging both in browsers and in the IDE
- Rich IntelliSense and tooling
- Ability to run on older (non-WebAssembly) browsers via asm.js
- Publishing and app size trimming
'Javascript' 카테고리의 다른 글
nextjs - service side react framework (0) | 2019.04.16 |
---|---|
preactjs - react의 subset, simple, lightweight library (0) | 2019.04.12 |
Babel - javascript compiler, Use next generation JavaScript, today (0) | 2016.06.18 |
webpack - module bundler (0) | 2016.06.17 |
React with Flux, Redux (0) | 2016.06.01 |