donatso / family-chart

family tree visualization built on top of d3
MIT License
179 stars 63 forks source link

React Hooks and DT #1

Closed AllStackDev1 closed 2 years ago

AllStackDev1 commented 2 years ago

It is hard to make use of functionalities in react, having a react hook will go a long way. I want to be able to create forms in react, currently had to make use of your js example form. A types declarations would also be helpful for typescript.

donatso commented 2 years ago

hi @AllStackDev1, yes, react doesn't like when you do dom manipulation by yourself. In next versions of family-chart I will provide more solutions for that with concrete examples in read.me. I will see what I can do for you typescript users as well :)

kanakanaidu commented 1 year ago

I am also eagerly waiting for the typescript version 💯