Hacker News new | ask | show | jobs
Show HN: Graphs with React and D3.js? The big picture (react-graph-gallery.com)
5 points by holtzy 586 days ago
D3.js is the leading library for dataviz on the web. React is the most widely used framework for building UIs.

But making them work together is notoriously difficult.

I spent five years creating custom charts for Datadog. I published hundreds of examples in the React Graph Gallery.

Today I'm releasing a comprehensive set of - 11 modules - 50+ lessons - 40+ exercises to offer a complete guide on this topic.

It’s still a work in progress, and 100% free. I’d love to get your feedback on my approach!

Hope it helps!

1 comments

Nice compilation, thanks for sharing!

My first (and most time consuming) attempt to endow Raku with a graphics system is with D3.js:

- https://raku.land/zef:antononcube/JavaScript::D3

- https://www.youtube.com/watch?v=kQo3wpiUu6w

I do not want to learn JavaScript or D3.js that much, so, these kind of gallery and code examples are very useful.

Thanks! Glad to know it can be helpful!