Blazor StateHasChanged() Sep. 28, 2018
Bionic Monitor
Bionic Monitor is a live reloader for Blazor applications and Bionic based projects.
Bionic
Bionic is an Ionic Framework CLI clone for Blazor projects.
The goal is to provide an easy, modular, and repeatable way of creating, building, and deploying Blazor projects.
Features:
- SCSS Style Isolation: Pages and components have their own SCSS file for quick and easy styling.
- Hot Rebuild: Automatically rebuild modified source or SCSS code (hot reloading not available, yet).
- Component Generation: Quickly generate Blazor pages, layouts, components, and services.
- Modular Platform Architecture: Project deployment platforms are provided through plugins and isolated within each project.
- Blast Scripting: Execute a group of commands under a single target name.
Blazor-Fluxor
Blazor-Fluxor is a zero boilerplate Flux/Redux library for the new Microsoft aspdotnet Blazor project.
The aim of Fluxor is to create a single-state store approach to front-end development in Blazor without the headaches typically associated with other implementations, such as the overwhelming amount of boiler-plate code required just to add a very basic feature.
Blazor 0.6.0-preview
Template based components are coming in the next release of Blazor. Currently you can grab the Blazor 0.6.0 preview release and test out the new feature. If you experience any issues, use this opportunity to report back to the Blazor project so it can be addressed before the full release.
Currently there is no documentation for Templates. However there are notes in the pull requests here:
- https://github.com/aspnet/Blazor/pull/1404
- https://github.com/aspnet/Blazor/pull/1417
- https://github.com/aspnet/Blazor/pull/1453
- https://github.com/aspnet/Blazor/pull/1470
We also wrote a working template on the live show. The source code can be found on GitHub, EdCharbeneau/StateHasChanged2-Templates.
Other Articles and Bits
DotnetCore Show: Episode 5 - Blazor with Ed Charbeneau
βIn this episode of the .NET Core Podcast I interviewed Ed Charbeneau about Blazor, what is it, a little background on WebAssembly, and how it all works.β β Jamie Taylor
Goodbye JavaScript, Hello WebAssembly
Web development has always been synonymous with JavaScript development. That is, until now. A new form of web development is starting to emerge that promises to provide an alternative to JavaScript. As a software developer with 15 years of experience in web development, this new direction has captured my interest. Read More
Blazor Gitter
Chat with other devs about the Blazor project.