How I built a server-side cache with ExpressJS & React

Open link in next tab

How I keep my ExpressJS & React apps fast with server-side caching

https://dev.to/latitude/how-i-keep-my-expressjs-react-apps-fast-with-server-side-caching-5gj7

TL;DR In this tutorial, you’ll learn how to implement server-side caching to ensure your...

How I keep my ExpressJS & React apps fast with server-side caching

Hi there,

I have written an article on implementing server-side caching that ensures your app stays fast as you scale.

I’ve used ExpressJS for the API server, and React for the frontend.

Hope this helps someone!