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
I'm so tired of hot reload not working perfectly. Would it be possible to have a small script or wasm app in browser that fetches the changed files from server (.razor and .cs files) and executes them in browser as C# script files without compilation? (Only for when developing in dev environment). It's possible to run C# as script. Would it be possible to in any way do that for a full blazor wasm application? Not to be a replacement for running the app normally, but for a fast dev experience with superb hot reload.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm so tired of hot reload not working perfectly. Would it be possible to have a small script or wasm app in browser that fetches the changed files from server (.razor and .cs files) and executes them in browser as C# script files without compilation? (Only for when developing in dev environment). It's possible to run C# as script. Would it be possible to in any way do that for a full blazor wasm application? Not to be a replacement for running the app normally, but for a fast dev experience with superb hot reload.
Beta Was this translation helpful? Give feedback.
All reactions