From cbf9df750801009f8bf277d0f69bcdb2f1e3c149 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Thu, 10 Sep 2020 09:10:13 -0700 Subject: [PATCH] Using auto-generated figure names. --- foundations-high-performance-react.org | 5 ++++- manuscript/image-test.markua | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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. +