You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
This is a very interesting idea, but unfortunately, the /preview page isn't interactive. If I understand the code correctly, it renders the most recently changed *.razor to a file called preview.html. However, due to preview.html being a static file, you can't interact with it, i.e. push the Counter button to increment the count.
This is still great for previewing HTML tweaks so you don't have to wait for everything to recompile. Sometimes you don't want to test interactivity - you just wanna see what it looks like!
If my other PR goes through, I'll make a new one to add these details to your Readme :)
The text was updated successfully, but these errors were encountered:
This is a very interesting idea, but unfortunately, the
/preview
page isn't interactive. If I understand the code correctly, it renders the most recently changed*.razor
to a file calledpreview.html
. However, due topreview.html
being a static file, you can't interact with it, i.e. push theCounter
button to increment the count.This is still great for previewing HTML tweaks so you don't have to wait for everything to recompile. Sometimes you don't want to test interactivity - you just wanna see what it looks like!
If my other PR goes through, I'll make a new one to add these details to your Readme :)
The text was updated successfully, but these errors were encountered: