Blazor local and session storage support
Local filesystem storage implementation for Cactus.Fileserver
localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) but with a simple, localStorage-like API.
An AngularJS module that makes Web Storage working in the Angular Way. Contains two services: $localStorage and $sessionStorage. Differences with Other Implementations * No Getter 'n' Setter Bullshit * sessionStorage * Cleanly-Authored Code * No Cookie Fallback
Provides access to local storage
Library that contains an implementation to use the local disk for Storage
A feature-filled and friendly way to use localStorage and sessionStorage (JSON, namespacing, extensions, etc).
Local storage bridge plugin for Agibuild Fulora — key-value persistence via JSON file storage, registered in one call with UsePlugin.
Angular.Breeze.StorageWIP provides an API to export all client data from Breeze to local storage, and import it back into Breeze retaning all metadata, state and object relations. It also supports an API for saving Work in Progress (WIP) to local storage. Works great with HotTowel.Angular
Provides services for storing data in the browser's localStorage and sessionStorage. The stored data is protected using AES encryption and decryption functions.
Blazor Components by Imre Toth
Source generated JavaScript interop for the browser's localStorage API compatible with Blazor WebAssembly.
Blazor Local Storage for F3N.Hoard
Small library to manage LocalStorage
Package Description
Package Description
Blazor WebAssembly localization integration for BlazOrbit. Persists the selected culture in `localStorage` via a small JS interop layer, configures supported cultures at startup, and ships the `BOBCultureSelector` component. Use instead of `BlazOrbit.Localization.Server` when hosting in a WASM client.
Shiny storage support for Blazor PWA - IRepository and IKeyValueStore backed by browser localStorage
AmplifyJS solves the following problems: 1. Ajax Request Management - amplify.request provides a clean and elegant request abstraction for all types of data, even allowing for transformation prior to consumption. 2. Client Side Component Communication - amplify.publish/subscribe provides a clean, performant API for component to component communication. 3. Client Side Browser & Mobile Device Storage - amplify.store takes the confusion out of HTML5 localStorage. It doesn't get simpler than using amplify.store(key, data)! It even works flawlessly on mobile devices.
A library to provide access to local storage in Blazor applications. This is a combined fork of Blazored.SessionStorage and Blazored.LocalStorage which were originally developed by Chris Sainty.
Solid.js storage primitives for persistent reactive state in F# Fable applications
JavaScript library to do store and forward in the browser using browser localstorage as intermediary store. This is the core library that does not have any transport to actually send or receive messages with server. Create one of your own or use JSBus.SignalR package for SignalR based transport implementations. For detailed usage see project page.
JavaScript library to do store and forward in the browser using browser localstorage as intermediary store. This is the transport implementation that supplements the core JSBus library. For detailed usage see project page.
In memory, persisted to localstorage, database for .net Blazor browser framework
DC.LocalStorage是深圳云企微商网络科技有限公司基于.net core平台开发的应用框架中的用于访问Blazor应用程序中的本地存储类库。
HaoCoding.Blazor.LocalStorage是深圳云企微商网络科技有限公司基于.net core平台开发的应用框架中的用于访问Blazor应用程序中的本地存储类库。
Source generated JavaScript interop for the browser's localStorage API compatible with Blazor.