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
Is your feature request related to a problem? Please describe the problem.
Hi, im sold on using blazor interactive server. Like everybody else, the circuit is stored in blazor memory server side is huge drawback.
Describe the solution you'd like
Anyhow we can abstract this circuit to store it in azure blob or store it in client's browser.
Maybe attribute in field to say where is this stored.
Use case is simple, showing data in a grid and we dont want what is shown in the grid stored in blazor server memory. It can be abstracted to be stored in blob or redis or anything outside server memory. Location can be client or server. If it client, can be one way or two ways.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Hi, im sold on using blazor interactive server. Like everybody else, the circuit is stored in blazor memory server side is huge drawback.
Describe the solution you'd like
Anyhow we can abstract this circuit to store it in azure blob or store it in client's browser.
Maybe attribute in field to say where is this stored.
Use case is simple, showing data in a grid and we dont want what is shown in the grid stored in blazor server memory. It can be abstracted to be stored in blob or redis or anything outside server memory. Location can be client or server. If it client, can be one way or two ways.
Additional context
No response
The text was updated successfully, but these errors were encountered: