stormd3 / React-Redux-D3

When D3 and React meet

Home Page:https://lucmerceron.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A simple example on how D3 can be used with a classic React web application stack (React Router, Redux, webpack). Demonstration

## Features

  • All the power of D3 with animations and transitions.
  • A special care for the responsiveness of the application.
  • A refresh button to update data (random) and see transitions

## Install

$ npm install

## Usage

$ npm run build   Build the bundle
$ npm run watch   Build the bundle and watch for modification (only if you want to modify stuffs)
$ npm start       Start the server (port 8080)

Then open http://localhost:8080/ in your browser

Thanks

Graphs inspired by Abhisek Jana

About

When D3 and React meet

https://lucmerceron.github.io/


Languages

Language:JavaScript 65.0%Language:CSS 35.0%