Skip to content

Commit 06da08a

Browse files
committed
Update speaker notes
1 parent 9827d47 commit 06da08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/speaker-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is a rough guide of what topics are best to introduce with each section.
2020
- Introduce parameters - parameters should be non-public
2121
- Introduce using a component from markup in razor - show how to pass parameters
2222
- Introduce @inject and DI - can show how that's a shorthand for a property in @code
23-
- Introduce http + JSON in Blazor (`GetJsonAsync`)
23+
- Introduce http + JSON in Blazor (`GetFromJsonAsync`)
2424
- Talk about async and the interaction with rendering
2525
- Introduce `OnInitializedAsync` and the common pattern of starting async work
2626
- Introduce @layout - mention that `_Imports.razor` is the most common way to hook it up

0 commit comments

Comments
 (0)