250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- blockchain
- typeScript
- CSS
- evm
- error
- graphQL
- tailwindcss
- API
- node.js
- bitcoin
- solidity
- built in object
- Props
- 삶
- Ethereum
- JavaScript
- SSR
- 기준
- web
- middleware
- HTML
- express.js
- concept
- nextJS
- CLASS
- useState
- REACT
- Redux
- hardhat
- Interface
Archives
- Today
- Total
ReasonJun
React18 : How React 18 Improves Application Performance in Detail 본문
Frontend/React
React18 : How React 18 Improves Application Performance in Detail
ReasonJun 2023. 9. 9. 19:42728x90
Conclusion
In summary, React 18's latest features improve performance in many ways.
- With Concurrent React, the rendering process can be paused and resumed later or even abandoned. This means the UI can respond immediately to user input even if a large rendering task is in progress.
- The Transitions API allows for smoother transitions during data fetches or screen changes without blocking user input.
- React Server Components lets developers build components that work on both the server and client, combining the interactivity of client-side apps with the performance of traditional server rendering without the cost of hydration.
- The extended Suspense functionality improves loading performance by allowing parts of the application to render before others that may take longer to fetch data.
https://vercel.com/blog/how-react-18-improves-application-performance
728x90
'Frontend > React' 카테고리의 다른 글
React : useLayoutEffect (0) | 2023.10.07 |
---|---|
React : Understanding React Server Components (0) | 2023.09.10 |
React : context (state management) (0) | 2023.08.11 |
React.FC and JSX.Element (0) | 2023.07.12 |
JSX.Element vs ReactNode vs ReactElement (0) | 2023.07.12 |
Comments