Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the react-canvas still updating? #157

Open
hackeris opened this issue Nov 16, 2016 · 7 comments
Open

Is the react-canvas still updating? #157

hackeris opened this issue Nov 16, 2016 · 7 comments

Comments

@hackeris
Copy link

This is a amazing thing but there is few commit recently. Is the react-canvas still updating?

@framerate
Copy link

framerate commented Nov 30, 2016

Flipboard's employees in charge of this are no longer there. They have a new guy assigned but he hasn't been able to start the large undertaking, from my understanding.

I'm investigating how to update it but if you're interested in helping please let me know.

We need to update it from react 0.14 -> 15.X. An example of how to write a custom renderer is here: https://github.com/iamdustan/tiny-react-renderer

It's been updated to 15.0 so we should be able to find discrepancies. Once we issue that PR it should start working again and then we can work on optimizations and TODO's.

I'm severely overworked at my company with higher priorities tasks but I'm sure I'll get to this eventually and if Flipboard is unable to accept the PR I'll keep a fork on github for people to use. But until then, I'd love some help to get it moving!

@Type1J
Copy link

Type1J commented Nov 30, 2016

I'd really like react-canvas to continue. There are people using it.

@quinn
Copy link

quinn commented Dec 2, 2016

It can be helpful to compare projects based on activity rather than number of stars:

https://js.libhunt.com/categories/1984-canvas?order=activity

I'm going to try react-konva rather than this project and see how it goes since this one has been abandoned. related: #155, #154, #147, #134, #121, #155, #138

good blog post tho =/

@hackeris
Copy link
Author

hackeris commented Dec 2, 2016

@quinn Nice. Thank you very much.

@tconroy
Copy link

tconroy commented Feb 11, 2017

@quinn currently debating between react-canvas and react-konva... How has your experience been with konva? It seems like it's less practical for building interfaces than react-canvas but I'm running into issues trying to manually update react-canvas to working condition :/

@framerate
Copy link

framerate commented Feb 11, 2017 via email

@quinn
Copy link

quinn commented Feb 12, 2017

@tconroy not sure what your use-case is, but I was able to get done what I needed to using react-konva. It's a bit heavy in the sense that is a react module on top of an entire canvas drawing framework, but it was adequately performant for the task I was working on (something that was halting the browser when i built in the DOM rather than using a canvas element). I guess it depends what you are trying to do too (implement a DOM-ish UI using canvas vs. a task that would typically be done using canvas)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants