This is the code of the video tutorial series "Using React (Hooks) with D3".
Each tutorial session is saved within a branch, so if you wanna work with the code from this repo, checkout the branches!
This session is about wrapping things up, and talking about the most important things that you should remember, moving on!
git clone git@github.com:muratkemaldar/using-react-hooks-with-d3.git
git checkout 17-finale
npm install
npm start