lucify-example-visualization
lucify-example-visualization copied to clipboard
An example React+Redux+D3+TypeScript visualization application
An example visualization app built with React, Redux, D3 and TypeScript
Example code to be read alongside https://blog.lucify.com/building-interactive-visualizations-with-react-d3-and-typescript-206c7172b0d2.
Note: the code is in this repository is meant to show how React, Redux and D3 can be used together in a scalable way for complex interactive visualizations. If all you want to do is show a single bar chart, a much simpler architecture should be used.
Development
Requires Node 7 or greater and yarn.
Set up the development environment with:
yarn
Start a local development server with mock data:
yarn start
Then open http://localhost:3000 in your web browser.