IndexedDB.Blazor

A Blazor library for accessing IndexedDB (by Jinjinov)

IndexedDB.Blazor Alternatives

Similar projects and alternatives to IndexedDB.Blazor

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better IndexedDB.Blazor alternative or higher similarity.

IndexedDB.Blazor reviews and mentions

Posts with mentions or reviews of IndexedDB.Blazor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-11.
  • Making a Blazor app run on Web browser, Windows, Linux, Android, iOS and macOS
    8 projects | /r/dotnet | 11 Feb 2023
    Blazor WASM was the first, original version. I wanted an app that can work offline, so I decided to save user data in IndexedDB. My first choice for an IndexedDB NuGet was https://github.com/Reshiru/Blazor.IndexedDB.Framework because it was recommended by Steve Sanderson in https://blog.stevensanderson.com/2019/08/03/blazor-indexeddb/ - and it was the worst mistake in the whole project. The NuGet loads all the data from IndexedDB into memory every time you open a connection. That made the app unusably slow after one year of use. I made a few improvements in my own version https://github.com/Jinjinov/IndexedDB.Blazor but I never solved the loading problem. I decided to rewrite the whole project from scratch, using the much better IndexedDB NuGet https://github.com/amuste/DnetIndexedDb . The original project is available at https://github.com/Jinjinov/TheLastTime and as a PWA https://old.ididit.today/ as a lesson on what mistakes to avoid.

Stats

Basic IndexedDB.Blazor repo stats
1
25
10.0
over 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com