LocalStorage VS DnetIndexedDb

Compare LocalStorage vs DnetIndexedDb and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
LocalStorage DnetIndexedDb
13 3
1,136 99
3.7% -
3.7 0.0
about 2 months ago over 1 year ago
C# JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LocalStorage

Posts with mentions or reviews of LocalStorage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-26.

DnetIndexedDb

Posts with mentions or reviews of DnetIndexedDb. 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.
  • How to store client side data in a Blazor WASM app in 2021?
    7 projects | /r/Blazor | 21 Oct 2021
    https://github.com/amuste/DnetIndexedDb - 62 stars - 5 contributors - last commit on Jun 25, 2021
  • Blazor Client With Offline Database Sqlite
    1 project | /r/Blazor | 29 Dec 2020
    I created and 6 offline first WASM apps that are in production use now and quite complex. They all use this Library. I designed my own Sync System around it using .Net Core API CRUD but they have a fully supported Signal R WASM Client now also if you want to try it for yours. https://github.com/amuste/DnetIndexedDb/blob/master/README.md

What are some alternatives?

When comparing LocalStorage and DnetIndexedDb you can also consider the following projects:

MudBlazor - Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.

Blazor.IndexedDB.Framework - A framework for blazor which acts as an interface to IndexedDB

ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

BlazorDB - Use IndexedDB in Blazor WebAssembly (WASM)

Blazor.IndexedDB - A Blazor library for accessing IndexedDB

Fluxor - Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.

blazor-wasm-maui-winforms-wpf-template - Minimal Blazor template with WASM, MAUI, WinForms and WPF projects that share the same razor, cs and css files in a RCL

Ididit - C# .NET 7 Blazor habit tracker application. Works on Web, Windows, Linux, Android, iOS and macOS.

ant-design-blazor - 🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.

CarChecker - A sample Blazor WebAssembly application that includes authentication, in-browser data storage, offline support, localization, responsive layouts, and more. For a video walkthrough, see this link: