React for Data Visualization
Student Login

Recap

There's a lot more D3 can do, but those are the 3 key insights you need to understand any example you find in the wild.

  1. Code is split into data and DOM manipulation
  2. Scales are great and used a lot
  3. You're always in control of rendering

Then you can start using D3's more advanced features like maps and axes and shape generators and geo computations and data loading and transitions and user interactions.

There's a lot. We're not going to cover it all but you can find those advanced features in the docs and the skills you learn here will help you get started.

Previous:
3 key insights to learn D3 from scratch (14:23)
Next:
How React makes D3 easier
Created by Swizec with ❤️