Caching React

Articles & Tutorials

React Firebase Auth Persistence with Local Storage (robinwieruch.de)
Nov 27, 2018
A tutorial on how to use local storage for auth state persistence for a Firebase in React application. When reloading the browser, the user should stay authenticated without a flicker.
Render Caching for React (css-tricks.com)
Sep 04, 2018
I want to walk through a new concept called Render Caching. This is a cool trick that can give users an instant performance boost just like that of SSR without having to resort to writing code on the server.
  • Atishay Jain
Session Storage and Local Storage in React (robinwieruch.de)
Apr 27, 2017
An article to showcase the usage of the session storage and local storage in React to persist your local state, to cache it for browser reloads and to make it expire.