React Three Fiber Documentation
Tips and Tricks This is a good overview: https://discoverthreejs.com/tips-and-tricks The most important gotcha in three.js is that creating objects can be expensive, think twice before you mount/unmnount things! Every material or light that you put into the scene has to compile, every geometry you create will be processed.
https://docs.pmnd.rs/react-three-fiber/advanced/pitfalls