C
C#8mo ago
cumslvt13

❔ Loading/Using blazor in a webworker

We're using blazor wasm in a web project with a SPA combination. Blazor is used purely for business and computation logic (no components at all), while Angular is used to render UI and for user interactions. Since blazor is kind of slow and clumsy, I'd like to try to improve its performance. Questions are following: 1) Is there a ready solution/example on how to load blazor files in the webworker to offload the work from the main UI thread? 2) Is it possible to keep blazor running in a webworker and call dotnet methods from main UI?
2 Replies
cumslvt13
cumslvt138mo ago
Anyone?
Accord
Accord8mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.