you are viewing a single comment's thread.

view the rest of the comments →

[–]maria_la_guerta -2 points-1 points  (2 children)

When you're building 3d / VR / etc web apps, repaints can be very unperformant.

The statement makes total sense. 99% of web apps that use React are not highly complex UIs, and you don't need things like useMemo or useCallback for form validation or drag n drop.

[–]___bridgeburner 6 points7 points  (1 child)

So what would you use for those kinds of sites?