We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b805a8 commit 9a95385Copy full SHA for 9a95385
content/docs/reference-react-component.md
@@ -367,7 +367,11 @@ this.setState((prevState) => {
367
});
368
```
369
370
-For more detail, see the [State and Lifecycle guide](/docs/state-and-lifecycle.html).
+For more detail, see:
371
+
372
+* [State and Lifecycle guide](/docs/state-and-lifecycle.html)
373
+* [In depth: When and why are `setState()` calls batched?](https://stackoverflow.com/a/48610973/458193)
374
+* [In depth: Why isn't `this.state` updated immediately?](https://github.com/facebook/react/issues/11527#issuecomment-360199710)
375
376
* * *
377
0 commit comments