-
Couldn't load subscription status.
- Fork 0
Graph
Webber Wang edited this page Sep 20, 2020
·
1 revision
The Graph data structure currently isn't being used as much. We represent React DOM using a Tree. But a Graph representation will also come in handy. For example, D3 internally uses a Graph representation for its Graph charts. Having our own Graph module allows is to transform data from a Tree representation to a Graph one, which then helps us map to D3 data.
Footer