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.
- Host: GitHub
- URL: https://github.com/the-road-to-learn-react/react-local-storage-cache
- Owner: the-road-to-learn-react
- Created: 2019-04-04T13:21:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:28:33.000Z (over 5 years ago)
- Last Synced: 2025-05-31T10:25:50.811Z (7 months ago)
- Topics: cache, local-storage, localstorage, react, react-cache, react-local-storage
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 780 KB
- Stars: 27
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# react-local-storage-cache
[](https://travis-ci.org/the-road-to-learn-react/react-local-storage-cache) [](https://slack-the-road-to-learn-react.wieruch.com/) [](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`