Skip to content

Commit

Permalink
Update data/2024/12/index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 8, 2024
1 parent aad6489 commit 525e77f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/2024/12/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@
"article"
],
"relatedLinks": []
},
{
"date": "2024-12-08T13:00:57.884Z",
"title": "React v19 – React",
"url": "https://react.dev/blog/2024/12/05/react-19",
"content": "React 19リリース。\n非同期遷移を扱うアクションの概念の追加と`useActionState`/`useFormStatus`/`useOptimistic`/`use` APIの追加。\nreact-domにprerender APIの追加、Server ComponentとServer Actionの追加。\n`ref`をpropsとして渡す際に`forwardRef`は不要に、Hydration Errorの改善、`ref` callbackがcleanup関数を返せるように。\n`<title>`/`<meta>`/`<link>`などのメタタグをサポート、`<link rel=stylesheet>`や`<script async={true} src=...>`をサポート。\nリソースのpreload APIのサポート、Custom Elementをサポートなど",
"tags": [
"React",
"ReleaseNote"
],
"relatedLinks": []
}
]
}

0 comments on commit 525e77f

Please sign in to comment.