Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simontegg/React-D3


https://github.com/simontegg/React-D3

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# React-D3

Experimental proof-of-concept interface for a budget allocation UI.

```
git clone [email protected]:simontegg/React-D3.git
cd React-D3
npm install
npm run develop

```

[Demo](https://simontegg.github.io/React-D3/)

Demonstrates interaction-context based shape-tweening.

Maintains a consistent data model by using React's ```.setState()``` for animations with D3 methods as helpers. React animations heavily based on [react.animate](https://github.com/pleasetrythisathome/react.animate).