Curious about the state of IndexedDB wrappers for Blazor WASM

This page summarizes the projects mentioned and recommended in the original post on /r/Blazor

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • 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:

  • The CarChecker demo app by Steve Sanderson leverages an external JavaScript library (idb.js) and Steve wrote a JSInterop wrapper for it, but there's no documentation or instruction of how he added the JavaScript library to the project, while idb.js's github page specifies npm as the primary installation method.

  • idb

    IndexedDB, but with promises

  • He’s just downloaded the minified version (see here), it’s in Client/wwwroot/idb.js

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts