Caching
↔ (process) to store data for reuse
aka Cache, Cachable
Geo-Distributed Cache
to Cache in more spread-out Proxy instances, to reduce Latency to Client
References
Static Fetch
↔ (process) to Data Fetch at build time, to Cache & reuse for future requestREST
↔ (standard)(model)(Paradigm) Client-Server Architecture to organize stateless Cachable Data FetchSWR
↔ React Lib to Data Fetch for client-side, handle Cache/Revalidate/Retries Front-End App (JS)Memoization
↔ (Design Pattern) to Cache/reuse previousreturn
value from Pure Function for specific args, to optimize perfGeo-Distributed Cache
↔ to Cache in more spread-out Proxy instances, to reduce Latency to ClientNGINX
↔ Backend Server gateway to Web, Reverse Proxy to handle Requests/Cache/load balance@reduxjs/toolkit/query
↔ RTK query API to Data Fetch/Cache & replace Thunk