React Canvas Component
This is just a quick post to show some typescript code that implements a React canvas component. It’s a bit opionated in that I am using an Rx stream for the image data being displayed. It’s a stateless/dumb component that displays low level image data. Hit me up in the comments if you have any questions.