|
|
|
|
|
by mattferderer
2473 days ago
|
|
You can avoid that issue with the Server Side Blazor concept for business side portions of your application. Depending on the application you can get extremely far with just using HTTP requests to an API for anything business logic related. A lot of apps over complicate themselves by trying to force a JS framework on the front end with no benefit to the user. I seem to prefer using non-SPAs these days over SPAs because very few places do them well. Google being a terrible SPA developer. - Edit - I forgot to mention Elixir's Phoenix has LiveView which is similar to Server Side Blazor. |
|