flaviocopes/react-pixel-art

Canvas does not use Component or render()

Opened this issue · 0 comments

the tutorial and Sandbox import Component from 'react'. The tutorial write up also says "Now we can render this matrix with the render() method." But neither Component nor render() are used in the implementation. I think for clarity these should be removed if they are not used!