Skip to content

Adaption of classical D3-forces demo using React, refs and redux. It also uses SVG instead of Canvas.

Notifications You must be signed in to change notification settings

fredyagomez/React-D3-Forces

Repository files navigation

React-D3-Forces

This is an adaptation of the classical d3-force demo in canvas created by Mike Bostock (https://bl.ocks.org/mbostock/1b64ec067fcfc51e7471d944f51f1611)

This application implements latest D3 version (V4) in React. The DOM is controlled through refs and instead of canvas, here we are using svg.

#Live Example

Link to demo: (https://fredyagomez.github.io/)

alt tag

Instructions

Development Front End

- Clone or download repository
- cd React-D3-Force
- npm install
- npm start

Production

- npm run dist

About

Adaption of classical D3-forces demo using React, refs and redux. It also uses SVG instead of Canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published