Skip to content

Commit a0c0ffd

Browse files
committed
add more construction signs
1 parent 64a38d5 commit a0c0ffd

18 files changed

+66
-30
lines changed

docs/source/adding-interactivity/batched-updates.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _Batched Updates:
2+
13
Batched Updates 🚧
24
==================
35

docs/source/adding-interactivity/dangers-of-mutability.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _Dangers of Mutability:
2+
13
Dangers of Mutability 🚧
24
========================
35

docs/source/adding-interactivity/state-as-a-snapshot.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _State as a Snapshot:
2+
13
State as a Snapshot 🚧
24
======================
35

docs/source/escape-hatches/class-components.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Class Components
2-
================
1+
.. _Class Components:
2+
3+
Class Components 🚧
4+
===================
35

46
.. note::
57

docs/source/escape-hatches/writing-your-own-client.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Writing Your Own Client
2-
=======================
1+
.. _Writing Your Own Client:
2+
3+
Writing Your Own Client 🚧
4+
==========================
35

46
.. note::
57

docs/source/escape-hatches/writing-your-own-server.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Writing Your Own Server
2-
=======================
1+
.. _Writing Your Own Server:
2+
3+
Writing Your Own Server 🚧
4+
==========================
35

46
.. note::
57

docs/source/managing-state/keeping-components-pure.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Keeping Components Pure
2-
=======================
1+
.. _Keeping Components Pure:
2+
3+
Keeping Components Pure 🚧
4+
==========================
35

46
.. note::
57

docs/source/managing-state/logical-flow-of-state.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Logical Flow of State
2-
=====================
1+
.. _Logical Flow of State:
2+
3+
Logical Flow of State 🚧
4+
========================
35

46
.. note::
57

docs/source/managing-state/shared-component-state.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Shared Component State
2-
======================
1+
.. _Shared Component State:
2+
3+
Shared Component State 🚧
4+
=========================
35

46
.. note::
57

docs/source/managing-state/structuring-your-state.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Structuring Your State
2-
======================
1+
.. _Structuring Your State:
2+
3+
Structuring Your State 🚧
4+
=========================
35

46
.. note::
57

docs/source/managing-state/when-to-reset-state.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
When to Reset State
2-
===================
1+
.. _When to Reset State:
2+
3+
When to Reset State 🚧
4+
======================
35

46
.. note::
57

docs/source/managing-state/writing-tests.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Writing Tests
2-
=============
1+
.. _Writing Tests:
2+
3+
Writing Tests 🚧
4+
================
35

46
.. note::
57

docs/source/understanding-idom/layout-render-servers.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Layout Render Servers
2-
=====================
1+
.. _Layout Render Servers:
2+
3+
Layout Render Servers 🚧
4+
========================
35

46
.. note::
57

docs/source/understanding-idom/representing-html.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Representing HTML
2-
=================
1+
.. _Representing HTML:
2+
3+
Representing HTML 🚧
4+
====================
35

46
.. note::
57

docs/source/understanding-idom/the-rendering-pipeline.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
The Rendering Pipeline
2-
======================
1+
.. _The Rendering Pipeline:
2+
3+
The Rendering Pipeline 🚧
4+
=========================
35

46
.. talk about layouts and dispatchers
57

docs/source/understanding-idom/the-rendering-process.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
The Rendering Process
2-
=====================
1+
.. _The Rendering Process:
2+
3+
The Rendering Process 🚧
4+
========================
35

46
.. refer to https://beta.reactjs.org/learn/render-and-commit
57

docs/source/understanding-idom/what-are-components.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
What Are Components?
2-
====================
1+
.. _What Are Components:
2+
3+
What Are Components? 🚧
4+
=======================
35

46
.. note::
57

docs/source/understanding-idom/why-idom-needs-keys.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Why IDOM Needs Keys
2-
===================
1+
.. _Why IDOM Needs Keys:
2+
3+
Why IDOM Needs Keys 🚧
4+
======================
35

46
.. note::
57

0 commit comments

Comments
 (0)