Building a Pannable, Zoomable Canvas in React
jclem.net
1 thread
Nice writeup with some interesting insights into how to create a pan/zoom effect in a React component.
I do feel a little let down after the read - the title had me hoping that you would be creating the effect using a <canvas> element.