Why not? With that kind of overhead from the assets an extra 200kb of JS is only going to make a minute difference in terms of load speed. It uses a lot of animation stuff that is provided by React libraries (Framer Motion, WebGL normal-based relighting, ThreeJS particles) that would need to be done separately otherwise and the component structure helps keep it organised.
Comments
Why not? With that kind of overhead from the assets an extra 200kb of JS is only going to make a minute difference in terms of load speed. It uses a lot of animation stuff that is provided by React libraries (Framer Motion, WebGL normal-based relighting, ThreeJS particles) that would need to be done separately otherwise and the component structure helps keep it organised.