Steve Sanderson 8/3/2019

IndexedDB in Blazor

Read Original

This article explains how to implement client-side data storage in Blazor applications using IndexedDB. It details the challenges of the native IndexedDB API and introduces the Reshiru.Blazor.IndexedDB.Framework NuGet package, which provides an EF Core-like abstraction. The tutorial covers setup, defining a data schema with C# classes, and basic querying operations for building interactive UIs.

IndexedDB in Blazor

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week