Skip to content

Store blazor interactive server circuit in azure blob or browser #59708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
andrew-vdb opened this issue Jan 4, 2025 · 1 comment
Closed
1 task done

Store blazor interactive server circuit in azure blob or browser #59708

andrew-vdb opened this issue Jan 4, 2025 · 1 comment
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@andrew-vdb
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Jan 4, 2025
@javiercn
Copy link
Member

javiercn commented Jan 7, 2025

@andrew-vdb thanks for contacting us.

We believe this issue is a dupe of an existing issue, so we are closing it to track changes on a separate issue

@javiercn javiercn closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

3 participants
@javiercn @andrew-vdb and others