diff --git a/foundations-high-performance-react.org b/foundations-high-performance-react.org index 59ccde2..88fb392 100644 --- a/foundations-high-performance-react.org +++ b/foundations-high-performance-react.org @@ -808,6 +808,9 @@ only the start of your High-Performance React journey. } #+end_src -#+caption: Figure 1: Tree of components +#+caption: Figure {{{n(FIGURE)}}}: Tree of components #+RESULTS: render-tree-basic [[file:./images/render-tree-basic.svg]] + +As you can see in Figure {{{n(FIGURE, -)}}} when stage changes in component ~A~ +component ~B~ will be re-rendered. diff --git a/manuscript/image-test.markua b/manuscript/image-test.markua index 6133c12..89c9b1f 100644 --- a/manuscript/image-test.markua +++ b/manuscript/image-test.markua @@ -3,4 +3,6 @@ {caption: "Figure 1: Tree of components"} ![Figure 1: Tree of components](./images/render-tree-basic.svg) +As you can see in Figure 1 when stage changes in component `A` component `B` will be re-rendered. +