Skip to main content

7 docs tagged with "Caching"

View All Tags

@reduxjs/toolkit/query

@reduxjs/toolkit/query is defined as: @reduxjs/toolkit query API to Data Fetch/Caching & replace Thunk. Topics on: . Read more: React, React Stack, Redux, Redux

Caching

Caching is defined as: (process) to store data for reuse. Topics on: Geo-Distributed Cache. Read more: Computer Science, Network, Request Response Model, Data F

Memoization

Memoization is defined as: (Design Pattern) to Caching/reuse previous return value from Pure Function for specific Argument, to optimize perf. Topics on: rememb

NGINX

NGINX is defined as: Backend Server gateway to WWW, Reverse Proxy to handle HTTP Request/Caching/load balance. Topics on: NGINX runs Event Loop to handle up to

REST

REST is defined as: (standard)(model)(Paradigm) Request-Response model to organize stateless Caching Data Fetch. Topics on: REST is logical way to build APIs to

Static Fetch

Static Fetch is defined as: (process) to Data Fetch at build time, to Caching & reuse for future request. Topics on: . Read more: Computer Science, Network, Req

SWR

SWR is defined as: React Stack to Data Fetch for client-side, handle Caching/Revalidation/Retries Front-End App (JS). Topics on: . Read more: React, React Stack