You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/react-reconciler/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ At the moment, we can't commit to documenting every API detail because the host
69
69
70
70
#### Modes
71
71
72
-
The reconciler has two modes: mutation mode and peristent mode. You must specify one of them.
72
+
The reconciler has two modes: mutation mode and persistent mode. You must specify one of them.
73
73
74
74
If your target platform is similar to the DOM and has methods similar to `appendChild`, `removeChild`, and so on, you'll want to use the **mutation mode**. This is the same mode used by React DOM, React ART, and the classic React Native renderer.
0 commit comments