FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

framework/examples/cache at main · async/framework · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cache Example

Showcases separate browser and server cache declarations around one product lookup.

Key files:

  • index.html shows the product title and call count.
  • main.js registers browser/server caches, a server lookup, and a load handler.

Start from the repo root:

python3 -m http.server 4173

Open http://127.0.0.1:4173/examples/cache/.

Verify:

pnpm run examples:check

Back | FazBrowse Home | New Git URL