|
1 | 1 | {
|
2 |
| - "React lifecycle methods diagram": "React lifecycle methods diagram", |
3 |
| - "Options": "Options", |
4 |
| - "Show less-common lifecycles": "Show less-common lifecycles", |
5 |
| - "Mounting": "Mounting", |
6 |
| - "Updating": "Updating", |
7 |
| - "Unmounting": "Unmounting", |
8 |
| - "“{name} phase”": "“{name} phase”", |
9 |
| - "Pure and has no side effects. May be paused, aborted or restarted by React.": "Pure and has no side effects. May be paused, aborted or restarted by React.", |
10 |
| - "Can read the DOM.": "Can read the DOM.", |
11 |
| - "Can work with DOM, run side effects, schedule updates.": "Can work with DOM, run side effects, schedule updates.", |
12 |
| - "React updates DOM and refs": "React updates DOM and refs", |
13 |
| - "Read docs for {name} (opens in a new tab)": "Read docs for {name} (opens in a new tab)", |
14 |
| - "//reactjs.org/docs/react-component.html#{docname}": "//reactjs.org/docs/react-component.html#{docname}", |
15 |
| - "See project's page on GitHub (opens in a new tab)": "See project's page on GitHub (opens in a new tab)" |
| 2 | + "React lifecycle methods diagram": "React lifecycle methods diagram", |
| 3 | + "Options": "Options", |
| 4 | + "Show less-common lifecycles": "Show less-common lifecycles", |
| 5 | + "Mounting": "Mounting", |
| 6 | + "Updating": "Updating", |
| 7 | + "Unmounting": "Unmounting", |
| 8 | + "“{name} phase”": "“{name} phase”", |
| 9 | + "Pure and has no side effects. May be paused, aborted or restarted by React.": "Pure and has no side effects. May be paused, aborted or restarted by React.", |
| 10 | + "Can read the DOM.": "Can read the DOM.", |
| 11 | + "Can work with DOM, run side effects, schedule updates.": "Can work with DOM, run side effects, schedule updates.", |
| 12 | + "React updates DOM and refs": "React updates DOM and refs", |
| 13 | + "Read docs for {name} (opens in a new tab)": "Read docs for {name} (opens in a new tab)", |
| 14 | + "//reactjs.org/docs/react-component.html#{docname}": "//reactjs.org/docs/react-component.html#{docname}", |
| 15 | + "See project's page on GitHub (opens in a new tab)": "See project's page on GitHub (opens in a new tab)" |
16 | 16 | }
|
0 commit comments