A bar chart race demo built with react-spring and vx.
This project was bootstrapped with Create React App.
git clone https://github.com/chenesan/bar-chart-race
npm installnpm run start # running app in development mode on port 3000.Note that in development mode the animation might be janky on mid-end mobile.
npm run build
serve -s build # running built app on port 5000.Maybe extract the core chart racing code as npm package if I have time.