Skip to content

Commit 9d878b4

Browse files
keyzlex111
andcommitted
Link to docs from the Concurrent Mode feature comparison table (#2550)
* Link to docs from the Concurrent Mode feature comparison table * feedback * Update concurrent-mode-adoption.md Co-authored-by: Alexey Pyltsyn <[email protected]>
1 parent 598de22 commit 9d878b4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/docs/concurrent-mode-adoption.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,21 @@ You can think of the Blocking Mode as a "gracefully degraded" version of the Con
118118

119119
| |Legacy Mode |Blocking Mode |Concurrent Mode |
120120
|--- |--- |--- |--- |
121-
|String Refs ||🚫** |🚫** |
122-
|Legacy Context ||🚫** |🚫** |
123-
|findDOMNode ||🚫** |🚫** |
124-
|Suspense ||||
125-
|SuspenseList |🚫 |||
121+
|[String Refs](/docs/refs-and-the-dom.html#legacy-api-string-refs) ||🚫** |🚫** |
122+
|[Legacy Context](/docs/legacy-context.html) ||🚫** |🚫** |
123+
|[findDOMNode](/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage) ||🚫** |🚫** |
124+
|[Suspense](/docs/concurrent-mode-suspense.html#what-is-suspense-exactly) ||||
125+
|[SuspenseList](/docs/concurrent-mode-patterns.html#suspenselist) |🚫 |||
126126
|Suspense SSR + Hydration |🚫 |||
127127
|Progressive Hydration |🚫 |||
128128
|Selective Hydration |🚫 |🚫 ||
129129
|Cooperative Multitasking |🚫 |🚫 ||
130130
|Automatic batching of multiple setStates    |🚫* |||
131-
|Priority-based Rendering |🚫 |🚫 ||
132-
|Interruptible Prerendering |🚫 |🚫 ||
133-
|useTransition |🚫 |🚫 ||
134-
|useDeferredValue |🚫 |🚫 ||
135-
|Suspense Reveal "Train" |🚫 |🚫 ||
131+
|[Priority-based Rendering](/docs/concurrent-mode-patterns.html#splitting-high-and-low-priority-state) |🚫 |🚫 ||
132+
|[Interruptible Prerendering](/docs/concurrent-mode-intro.html#interruptible-rendering) |🚫 |🚫 ||
133+
|[useTransition](/docs/concurrent-mode-patterns.html#transitions) |🚫 |🚫 ||
134+
|[useDeferredValue](/docs/concurrent-mode-patterns.html#deferring-a-value) |🚫 |🚫 ||
135+
|[Suspense Reveal "Train"](/docs/concurrent-mode-patterns.html#suspense-reveal-train) |🚫 |🚫 ||
136136

137137
</div>
138138

0 commit comments

Comments
 (0)