Skip to content

Commit ac5996f

Browse files
committed
refactor: change /blog/blazor article URL, minor typo fix
1 parent 63af257 commit ac5996f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.vscode/csak-timelog.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"starttime": "3/29/2022, 8:08:48 AM",
3-
"totaltimesec": 28890,
4-
"lasttime": "3/29/2022, 6:00:09 PM"
3+
"totaltimesec": 34843,
4+
"lasttime": "3/30/2022, 10:31:06 AM"
55
}

content/blog/blazor.md content/blog/a-quick-glance-at-blazor-wasm.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ series:
1818
categories:
1919
- Front-end
2020
image: /assets/images/blazor.png
21+
aliases:
22+
- /blog/blazor
2123
---
2224

23-
In 2018, *:imp: Microsoft* released its new framework, *Blazor*, which tease MVVM capabilities through component-oriented *AJAX* or *WebAssembly* application builds. Near 4 years later (and with many improvements & versions), what is the current state of *Blazor*?
25+
In 2018, *:imp: Microsoft* released its new framework, *Blazor*, which tease MVVM capabilities through component-oriented *AJAX* or *WebAssembly* application builds. 4 years later (and with many improvements & versions), what is the current state of *Blazor*?
2426

2527
In this article, I'll share with you my experiences with *Blazor WebAssembly*, the pros, the cons, the whatnot.
2628

@@ -131,7 +133,7 @@ It was the first thing I ended up rage-quitting my workday. CSS isolation of *Bl
131133

132134
Combine those drawbacks with unstable *hot-reload* features that partially work and make regressions every new version, and the assets usual madness & opacity of *ASP.NET* feat. *Visual Studio*, and you'll end up losing hours wondering why your styles aren't applied and aren't even in your client `.css`. You've been warned.
133135

134-
## Inheriting AspNet, for (the better and) the worse: :thumbsdown:
136+
## Inheriting *ASP.NET*, for (the better and) the worse: :thumbsdown:
135137

136138
### Automagical assets random behavior
137139

0 commit comments

Comments
 (0)