pureblazor / docs

MIT License
1 stars 0 forks source link

PureBlazor Extensions #34

Open nickolaydimitrov opened 8 months ago

nickolaydimitrov commented 8 months ago

Unified Blazor Server / WebAssembly Backend Model Developers want to be able to easily grab data from the server with minimal overhead. This is easily achievable with Blazor Server. When WASM is introduced, you then must have some kind of API client -- which has varying levels of overhead. This is further complicated when you are using the unified Blazor model where you render both on the server and then again using WASM. We should investigate ways to improve the experience for this dev flow.