What if the server blows up?
If something bad happens while Hypernova is attempting to server-render your components it‘ll default to failure mode where your page will be client-rendered instead. While this is a comfortable safety net, the goal is to server-render every request.
A very good change i feel is asp.net core is now just a console application executing asp.net core libraries.Lot of benefits
we can easily self host
same .net cli tool chain *compiling your web application to native eventually
What if the server blows up? If something bad happens while Hypernova is attempting to server-render your components it‘ll default to failure mode where your page will be client-rendered instead. While this is a comfortable safety net, the goal is to server-render every request.