We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9827d47 commit 06da08aCopy full SHA for 06da08a
notes/speaker-notes.md
@@ -20,7 +20,7 @@ This is a rough guide of what topics are best to introduce with each section.
20
- Introduce parameters - parameters should be non-public
21
- Introduce using a component from markup in razor - show how to pass parameters
22
- Introduce @inject and DI - can show how that's a shorthand for a property in @code
23
-- Introduce http + JSON in Blazor (`GetJsonAsync`)
+- Introduce http + JSON in Blazor (`GetFromJsonAsync`)
24
- Talk about async and the interaction with rendering
25
- Introduce `OnInitializedAsync` and the common pattern of starting async work
26
- Introduce @layout - mention that `_Imports.razor` is the most common way to hook it up
0 commit comments