Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 685 Bytes

readme.org

File metadata and controls

11 lines (8 loc) · 685 Bytes

DAG Builder

yarn
yarn start # localhost:3000

yarn build
yarn check-build # localhost:8080

This explorer puts Erik Brinkman’s D3 library d3-dag in TypeScript React (CRA with webpack). Prettier runs with simple-git-hooks and lint-staged. The main components are Header, Editor (the sliding pane), and Dag (the visualization). Shared state is managed via a provider’s reducer in hooks/useDag.tsx.