Skip to content

Implementation for React #64

Answered by flbulgarelli
ajaxecho3 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ajaxecho3 !

The short answer is that this library does not come with explicit support for React. However, making it work in it should not be that complex, since most of the code is vainilla JS. The only place were troubles may arise is the KonvaJS canvas - which is the current default implementation of the rendering system - since it relies on the HTML canvas, which as far as I understand is not available from React's virtual DOM.

That said, there are some places were you could start:

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ajaxecho3
Comment options

Comment options

You must be logged in to vote
2 replies
@ajaxecho3
Comment options

@flbulgarelli
Comment options

Answer selected by flbulgarelli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants