An open API service indexing awesome lists of open source software.

https://github.com/the-road-to-learn-react/react-local-storage-cache

How to cache results in React with Local Storage.
https://github.com/the-road-to-learn-react/react-local-storage-cache

cache local-storage localstorage react react-cache react-local-storage

Last synced: 4 months ago
JSON representation

How to cache results in React with Local Storage.

Awesome Lists containing this project

README

          

# react-local-storage-cache

[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-local-storage-cache.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-local-storage-cache) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/react-local-storage-cache.svg)](https://greenkeeper.io/)

Showcasing how data results can be cached with local storage in React. [Read more about it.](https://www.robinwieruch.de/local-storage-react/)

## Installation

* `git clone git@github.com:the-road-to-learn-react/react-local-storage-cache.git`
* cd react-local-storage-cache
* npm install
* npm start
* visit `http://localhost:3000`