Closed liiamjones closed 1 year ago
For what it's worth I think this is the direction Monitor is headed (see our guide on migrating to React here).
We're still a multi-page application with a bunch of Razor views and non-WebAPI controllers, but the views are getting smaller and the controller actions are being migrated to WebAPI.
Given we have
React
in "adopt", I think we are adoptingReact
for front end web, rather than theMVC (Views)
,Razor Pages
orBlazor
inASP.NET Core
. It's just theWeb API
part ofASP.NET Core
we wish to "adopt"?An interesting thread on slack talking about the proposal.
This PR splits out
WebAPI
,MVC Views
,Blazor
andRazor Pages
into separate records, of which onlyWebAPI
is "adopt", the others are "hold"isNew
=true
?radar.csv
render correctly when viewed on Github?