You are browsing as a guest. Sign up (or log in) to start making projects!

1h 4m 15s logged

✦ 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 });
0
1

Comments 0

No comments yet. Be the first!