Skip to content

Commit

Permalink
Update 2024-08-20-js-nation-react-summit-2024.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fdubost authored Aug 19, 2024
1 parent 3401c66 commit 34da7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-08-20-js-nation-react-summit-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Like [Charlotte Isambert's explanation of how Suspense works](https://gitnation.

By comparing behaviors between the latest React versions, Ivan explains:

- how `useEffect` has optimized the browser layout and paint calculation flow comparing to `componentDidMount`,
- how `setState` batching have been optimized in React 18,
- why the freeze experience if the user interacts during the hydratation phase is much better by using `Suspense`.
- How `useEffect` has optimized the browser layout and paint calculation flow comparing to `componentDidMount`
- How `setState` batching have been optimized in React 18
- Why the freeze experience if the user interacts during the hydratation phase is much better by using `Suspense`.

### Why You Should Use Redux in 2024 - Mark Erikson

Expand Down

0 comments on commit 34da7aa

Please sign in to comment.