β¦ Cosmic APOD V2 is Live! π
Hey hackers! I just shipped V2 of my NASA Astronomy Picture of the Day explorer. It was a messy prototype Itβs now a fully polished Single Page Application built entirely with Vanilla JS and Vite!
You can check it out here: Live Demo π
π οΈ The Tech Stack
I wanted to see how far I could push the browser without heavy frameworks like React.
// The secret sauce: Aggressive caching & AbortControllers
const currentAbortController = new AbortController();
const data = await fetch(url, { signal: currentAbortController.signal });
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.