How I Built a 3D Interactive Portfolio with React, Three.js, and Cloudflare Workers
Kunal Gautam
How I Built a 3D Interactive Portfolio with React, Three.js, and Cloudflare Workers I rebuilt my portfolio as a full WebGL solar system. Here is what I learned about shipping it as a real product instead of a demo. The constraints Has to feel 60 FPS even on mid-range devices Total payload under 2 MB on first load Zero 4xx errors in production Indexable by Google despite being a SPA What worked Lazy audio : a 13 MB ambient track was the single biggest bandwidth drain. I deferred loading it until
