Larger image.
This commit is contained in:
@@ -794,6 +794,7 @@ only the start of your High-Performance React journey.
|
|||||||
#+name: render-tree-basic
|
#+name: render-tree-basic
|
||||||
#+begin_src dot :file "./images/render-tree-basic.png" :exports results
|
#+begin_src dot :file "./images/render-tree-basic.png" :exports results
|
||||||
digraph {
|
digraph {
|
||||||
|
size="12!,4";
|
||||||
rankdir=TB;
|
rankdir=TB;
|
||||||
node [fontname="DejaVu Sans"];
|
node [fontname="DejaVu Sans"];
|
||||||
edge [fontname="DejaVu Sans"];
|
edge [fontname="DejaVu Sans"];
|
||||||
@@ -809,6 +810,7 @@ only the start of your High-Performance React journey.
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+caption: Figure {{{n(FIGURE)}}}: Tree of components
|
#+caption: Figure {{{n(FIGURE)}}}: Tree of components
|
||||||
|
#+attr_leanpub: :width 50%
|
||||||
#+RESULTS: render-tree-basic
|
#+RESULTS: render-tree-basic
|
||||||
[[file:./images/render-tree-basic.png]]
|
[[file:./images/render-tree-basic.png]]
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Image Test
|
# Image Test
|
||||||
|
|
||||||
{caption: "Figure 1: Tree of components"}
|
{width: "50%", caption: "Figure 1: Tree of components"}
|
||||||

|

|
||||||
|
|
||||||
As you can see in Figure 1 when stage changes in component `A` component `B` will be re-rendered.
|
As you can see in Figure 1 when stage changes in component `A` component `B` will be re-rendered.
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 46 KiB |
Reference in New Issue
Block a user