diff --git a/_i18n/ko/_posts/2024/2024-12-11-react-v19-astro-v5-the-2024-web-almanac.md b/_i18n/ko/_posts/2024/2024-12-11-react-v19-astro-v5-the-2024-web-almanac.md new file mode 100644 index 00000000000..dc924e595ae --- /dev/null +++ b/_i18n/ko/_posts/2024/2024-12-11-react-v19-astro-v5-the-2024-web-almanac.md @@ -0,0 +1,210 @@ +--- +title: "2024-12-11: React v19, Astro v5, The 2024 Web Almanac" +author: "azu" +translator: rewrite0w0 +layout: post +date: 2024-12-11T02:51:36.980Z +category: JSer +tags: +- React +- TypeScript +- Chrome +- document +- performance + +--- + +JSer.info #718 - React v19가 출시되었습니다. + +- [React v19 – React](https://react.dev/blog/2024/12/05/react-19) +- [Release 19.0.0 (December 5, 2024) · facebook/react](https://github.com/facebook/react/releases/tag/v19.0.0) + +2년 반 만의 메이저 출시입니다. +비동기 전환을 다루는 액션 개념 추가와 `useActionState`/`useFormStatus`/`useOptimistic`/`use` API 추가되었습니다. +또한, react-dom에 prerender API 추가, Server Component와 Server Action 추가 있습니다. + +그 외 개선으로, `ref`를 props으로 전달 할 때 `forwardRef`가 필요 없어졌으며, Hydration Error 개선, `ref` callback가 cleanup 함수 반환이 있습니다. +`