Skip to content

Instantly share code, notes, and snippets.

@amcdnl
Created January 4, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcdnl/bddd669539a5f76fc280d84a094273a5 to your computer and use it in GitHub Desktop.
Save amcdnl/bddd669539a5f76fc280d84a094273a5 to your computer and use it in GitHub Desktop.

Building your own data visualization framework with D3.js and React

D3.js is a great framework for creating unique and complex visualizations but the API reminds me of jQuery. It lacks a good structure and doesn't offer a declarative syntax we've all come to love with frameworks like React and Angular. We will dive into harnessing the power of D3 with the super hero powers of React to create composable declarative visualizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment