Skip to content
Sam Washington edited this page Mar 29, 2021 · 2 revisions

@spwashi/react-d3

Overview

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.

Installation

yarn add @spwashi/react-d3
# or
npm install @spwashi/react-d3

Usage

See this example usage of this library

To Do

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

Clone this wiki locally