logoalt Hacker News

fxdtoday at 1:03 PM1 replyview on HN

Why would a regular React site be so huge?

Maybe they had bundled fonts and images.

The bundle is just the lib plus your files minified.

You want to bundle vs hitting dozens of requests just to get files.

It’s not like React/webpack is a black box doing things I don’t know or want.

Performance: I challenge you to build a complex 3D game in vanilla threejs vs using r3f. useFrame alone is worth it


Replies

pjmlptoday at 1:10 PM

What a joke of challenge, there is still no browser 3D game that is a match to Infinity Blade, that Apple used to demo OpenGL ES 3.0 hardware in 2011.

Anyone serious about 3D gaming on the Web has to do streaming.

show 3 replies