I have a comparison gallery with one each of WebGL, Three, and R3F, all controlled by the same slider inputs and state hook. The WebGL and Three examples always re-render whenever props change, but when props change very rapidly, R3F mesh (console log "inside triangle") fails to re-render as often. See attached pic.
Here's my current code: https://github.com/affordances/webgl-rosetta-stone/blob/main/src/components/howItWorks/varyingTriangle/ReactThreeFiberVaryingTriangle.tsx
Any ideas?