Skip to content

lucmerceron/React-Redux-D3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published