-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sam Washington edited this page Mar 29, 2021
·
2 revisions
This library contains React components for rendering SVGs using d3.
The included sample application in the ./src/app
directory is an example of how I'd organize a d3 project with scaleability in mind.
yarn add @spwashi/react-d3
# or
npm install @spwashi/react-d3
See this example usage of this library
For some reason, the current example app gets slower after a while. I suspect there's a leak when a data change triggers an update of the force layout