사용자가 공유한 콘텐츠
-
React 코어 팀의 Andrew Clark이 남긴 트윗에 의하면, 2024년 말에는 React에 다음과 같은 변경 사항들이 있을 거라고 합니다.
useMemo
, useCallback
, memo
→ React Compiler
forwardRef
→ ref
is a prop
React.lazy
→ RSC, promise-as-child
useContext
→ use(Context)
throw promise
→ use(promise)
<Context.Provider>
→ <Context>
https://twitter.com/acdlite/status/1758229889595977824
더 많은 콘텐츠를 보고 싶다면?
이미 회원이신가요?
2024년 3월 12일 오전 3:15
오! 코드가 아름다워지겠어요!