All Projects → the-road-to-learn-react → react-local-storage-cache

the-road-to-learn-react / react-local-storage-cache

Licence: other
How to cache results in React with Local Storage.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-local-storage-cache

react-save-localstorage
🗄 React component to save data to localStorage on render phase safely
Stars: ✭ 26 (-3.7%)
Mutual labels:  localstorage, local-storage
cache-bucket
Light Cache for nodeJs and browserJs with TTL.
Stars: ✭ 14 (-48.15%)
Mutual labels:  localstorage
Store.js
Cross-browser storage for all use cases, used across the web.
Stars: ✭ 13,656 (+50477.78%)
Mutual labels:  localstorage
Jest Localstorage Mock
A module to mock window.localStorage and window.sessionStorage in Jest
Stars: ✭ 247 (+814.81%)
Mutual labels:  localstorage
Brownies
🍫 Tastier cookies, local, session, and db storage in a tiny package. Includes subscribe() events for changes.
Stars: ✭ 2,386 (+8737.04%)
Mutual labels:  localstorage
React Native Storage
local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
Stars: ✭ 2,822 (+10351.85%)
Mutual labels:  localstorage
Remotestorage.js
⬡ JavaScript client library for integrating remoteStorage in apps
Stars: ✭ 2,155 (+7881.48%)
Mutual labels:  localstorage
effectiveweb.training
Repository for Effective Web Online Course / airhacks.io
Stars: ✭ 17 (-37.04%)
Mutual labels:  local-storage
Vellum
Vellum is local persistent data storage for iOS
Stars: ✭ 16 (-40.74%)
Mutual labels:  localstorage
Vue Save State
A Vue mixin to save the state of a component to local storage
Stars: ✭ 243 (+800%)
Mutual labels:  localstorage
Vuex Along
📝 A plugins to auto save and restore state for vuex
Stars: ✭ 239 (+785.19%)
Mutual labels:  localstorage
Angular Cached Resource
An AngularJS module to interact with RESTful resources, even when browser is offline
Stars: ✭ 218 (+707.41%)
Mutual labels:  localstorage
Lowdb
Simple to use local JSON database (supports Node, Electron and the browser)
Stars: ✭ 16,886 (+62440.74%)
Mutual labels:  localstorage
Flutter localstorage
📦flutter localstorage for ios/android/desktop/web
Stars: ✭ 206 (+662.96%)
Mutual labels:  localstorage
react-localstorage
Easy methods for use localstorage in Reactjs.
Stars: ✭ 21 (-22.22%)
Mutual labels:  localstorage
Timelite
Why is it 5 AM? Isn't there something simple I can use to track what I'm doing with all this time?
Stars: ✭ 201 (+644.44%)
Mutual labels:  localstorage
Canvas Sketch
App to sketch out a business model canvas
Stars: ✭ 232 (+759.26%)
Mutual labels:  localstorage
Depot.js
📦 depot.js is a storage library with a simple API
Stars: ✭ 247 (+814.81%)
Mutual labels:  localstorage
localForage-cn
localForage中文仓库,localForage改进了离线存储,提供简洁健壮的API,包括 IndexedDB, WebSQL, 和 localStorage。
Stars: ✭ 201 (+644.44%)
Mutual labels:  localstorage
Cakebase
Cakebase is an asynchronous json database for nodejs.
Stars: ✭ 28 (+3.7%)
Mutual labels:  localstorage

react-local-storage-cache

Build Status Slack Greenkeeper badge

Showcasing how data results can be cached with local storage in React. Read more about it.

Installation

  • git clone [email protected]:the-road-to-learn-react/react-local-storage-cache.git
  • cd react-local-storage-cache
  • npm install
  • npm start
  • visit http://localhost:3000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].