This project lives on in a new way over here: https://github.com/seblammers/awesome-svelte-and-d3-website
It now has a frontend that you can see live here: https://awesome-svelte-and-d3.netlify.app/
I will not update this list in the future. If you want to contribute, please hop over into the other repo.
⚡ A curated list of awesome Svelte & D3 resources
Note
All contributions welcome!
- Start a pull request to directly add content
- Create an issue to start a public discussion
- Reach out via mail
This list is focused on the combination of Svelte & D3. If you're new to Svelte or D3 and want to learn the very basics you might want to check out some more focused tutorials on each to get an overview. To get started with Svelte, check out The official Svelte Tutorial. For an overview of D3, visit How to learn D3.js by Amelia Wattenberger. For more on each of the two visit Awesome Svelte or Awesome D3.
Here are some awesome examples of visualizations created with Svelte & D3 (sorted by recency):
Here are awesome tutorials that combine Svelte & D3:
- beginner friendly tutorial to get started with Svelte and D3
- contrasts D3's method chaining with Svelte's "literal" programming style
- a gentle introduction with lots of examples and links to further resources
- a multi-part blog post that shows simple examples of bar, scatter, line and map charts
- based on this D3 + React Course by Curran Kelleher
- beginner friendly tutorial to get started with scrollytelling
- introduces
tweened
values to manipulate points of a scatterplot on scroll
- shows how to make a wordcloud-bar-chart with baby names
- recipes for creating data visualization components based on Svelte and D3
- some awesome examples of maps made with Svelte & D3, including ones with multiple geometries and color scales
- behind the scenes: Der Spiegel's graphics desk
- advantages of combining Svelte and D3 to create interactive visualizations
- live coding an interactive chart with Svelte and D3
- how to combine Svelte and D3
- strengths of Svelte and D3 respectively