Flipboard / react-canvas

High performance <canvas> rendering for React components
BSD 3-Clause "New" or "Revised" License
13.18k stars 919 forks source link

Is this still maintained? #168

Open jikkujose opened 7 years ago

jikkujose commented 7 years ago

Could you please specify in the Readme if its not being maintained? May help many coming here!

augbog commented 6 years ago

👍 it would be good if a maintainer or a contributor could comment on this? Last commit was a year ago. Snooping around it looks like a lot of contributors are no longer with Flipboard? :/

dcsan commented 4 years ago

there are a lot of forks of the project, but with the way github works it's quite hard to coordinate those https://github.com/Flipboard/react-canvas/network

@richardcliu @vojty

https://github.com/vojty/react-canvas seems to have much more up to date forks even supporting react fiber renderer

vojty commented 4 years ago

bad news - I don't maintain my fork anymore. The origin of my fork (https://github.com/qntln/react-canvas) should be probably fine (I worked at qntln and did some changes - added React 16 support, webpack build, fixed some bugs...). However it's not published to NPM (we used private NPM repository) If you don't aim for really high performance, just go for react-konva (it's still pretty fast and have more features)