How I built a server-side cache with ExpressJS & React
How I built a server-side cache with ExpressJS & React
dev.to How I keep my ExpressJS & React apps fast with server-side caching
TL;DR In this tutorial, you’ll learn how to implement server-side caching to ensure your...
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!
2
comments
If you're worried about speed, there are better options for your backend than JavaScript.
11 3 Replysure, if the limitting factor in a case like this would be the speed of computation and not slow IO than implementing the computation in another language would be a viable way to increase performance.
3 0 Reply