Skip to content

Commit

Permalink
Update Outlook with React19 things (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
csalv22 authored Jun 21, 2024
1 parent 2872388 commit 7ea39a5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion slides/01_Intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h3>History of React</h3>
</ul>
</section>
<section>
<h3>Outlook</h3>
<h3>Outlook - React 19</h3>
<ul>
<li>
<a
Expand All @@ -227,6 +227,24 @@ <h3>Outlook</h3>
>
(auto-memoizing compiler)
</li>
<li>
<a
href="https://react.dev/blog/2024/04/25/react-19#support-for-metadata-tags"
>Support for document metadata</a
>
</li>
<li>
<a href="https://react.dev/blog/2024/04/25/react-19#actions"
>Actions & new helpful Hooks</a
>
</li>
<li>
<a
href="https://react.dev/blog/2024/04/25/react-19#ref-as-a-prop"
>Refs as props</a
>
</li>
<li>and much more...</li>
</ul>
</section>
<section>
Expand Down

0 comments on commit 7ea39a5

Please sign in to comment.