Skip to content

Commit

Permalink
Update 2023-11-22_net8-best-blazor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 22, 2023
1 parent a10a0a1 commit aa7fe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/_posts/2023-11-22_net8-best-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ and submitting forms to Logout users:

Effectively adding interactivity to Blazor static rendered pages with client-side JavaScript to avoid paying Blazor's Interactivity tax.

#### Avoid using Interactivity in LayoutsAvoiding Interactivity for Chrome elements
#### Avoid using Interactivity in Layouts

This is especially important for any features you want to add to the Websites Layout or Chrome UI which you'll always want to be
statically rendered so landing pages can load fast and render SEO-friendly server rendered content.
Expand Down

0 comments on commit aa7fe6f

Please sign in to comment.