Skip to content

Commit

Permalink
update figure DOM-class-visualization (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Apr 16, 2024
1 parent 1781ad9 commit d45cf92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions figures/vis/DOM-class-visualization.mmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
classDiagram
DOM *-- React : Creates DOM Elements
Component ..> React : uses
Component ..> D3 : uses
DOM <.. D3 : Changes DOM Elements
DOM <.. D3 : Creates and Changes SVG DOM Elements
note for D3 "useEffect() allows D3 to customize DOM elements"
note for Component "Defines what should be rendered"

class React {
+useEffect()
}
}
Loading

0 comments on commit d45cf92

Please sign in to comment.