d3-seating-chart
d3-seating-chart copied to clipboard
use in reactjs
how to use this package in react js
Really how you'd use any 3rd party library that doesn't have react support.
You will listen for prop change to update the d3 component directly.
To bind the d3 component use reacts ref
to get the dom element.
Until react updates and changes everything that is.