Skip to content

Update to .NET 10 and use static rendering#4

Merged
bartonjs merged 10 commits into
bartonjs:mainfrom
halter73:ssr
Mar 16, 2026
Merged

Update to .NET 10 and use static rendering#4
bartonjs merged 10 commits into
bartonjs:mainfrom
halter73:ssr

Conversation

@halter73

@halter73 halter73 commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

This upgrades to .NET 10 and updates apireview.net so that its primary functionality of viewing the backlog can be done with pure server-side rendering avoiding unnecessary reconnects. This uses the newer AddRazorComponents API rather than MapBlazorHub.

Interactivity is still enabled specifically for Publish.razor, but for the rest we rely on static server-side rendering with a little bit of JS for some interactivity. I was able to test most of the pages locally except Publish.razor, but that's what's stayed the most the same.

The schedule/calendar view is rendered on the server using Pacific Time (PT), but JS is used to update the entries to local time if it would still fall on the same day. If it would fall on a different day, the time is labeled with PST or PDT as appropriate.

@bartonjs bartonjs merged commit e7ed01c into bartonjs:main Mar 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants