π₯ Vue plugin for work with local storage, session storage and memory storage from Vue context πΊπ¦
-
Updated
Dec 8, 2022 - JavaScript
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookiesβanother alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage
data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage
returns a different object than localStorage
for the corresponding site loaded over HTTPS (e.g., https://example.com).
π₯ Vue plugin for work with local storage, session storage and memory storage from Vue context πΊπ¦
Browser-based TelePrompter with Remote Control
Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests and spec files. Allows disabling localStorage.
Showcase on how to use the native localStorage of the browser in React.
πΌ A handy wrapper for HTML5 localStorage that seamlessly gets/sets common data types (Array, BigInt, Boolean, Date, Float, Integer, null, Object and String); provides simple data scrambling; intelligently compresses strings (saving storage space); permits query by key as well as query by value and promotes shared storage segmentation in the sameβ¦
β Awesome HTML Book & Course with interactive CodeSandboxes. Learn HTML online with pleasure.
React Redux Dashboard with redux-saga and local-storage support
Data layer for JS applications
A React-based application demonstrating CRUD (Create, Read, Update, Delete) operations with a simple user interface for managing data entries. Utilizes React hooks and local storage for seamless data manipulation and persistence in a frontend environment.
AsyncLocalStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app in web browser. It should be used instead of LocalStorage.
How to cache results in React with Local Storage.
π React component to save data to localStorage on render phase safely
A tiny localStorage wrapper providing namespacing and typed values.
A simple and intuitive web-based to-do list application. Developed with HTML, CSS, JavaScript, and Bootstrap. Features include adding, editing, and deleting tasks, task prioritization, and a responsive design for various devices.
~Infinitely zoomable place to keep notes and navigate between them
Lightweight utilities that can make easier to access application storage in client browser.
Vanhack challenge to create appointment calendar
How to create and access local JSON data in three ways including API call for local JSON.
Web storage API JavaScript module
π π¨π»βπ» Practic. Codewars. This repo contains more than 50 files with basic code examples for learning js, as well as many examples for practical use in various projects