Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simontegg/React-D3
https://github.com/simontegg/React-D3
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simontegg/React-D3
- Owner: simontegg
- Created: 2014-07-28T11:27:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T01:52:24.000Z (about 10 years ago)
- Last Synced: 2024-08-01T12:35:35.256Z (3 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - simontegg/React-D3 - (others)
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).