Skip to content

Add blog posts for React 19 Beta #6778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Apr 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c90980b
Blog posts for React 19
rickhanlonii Apr 25, 2024
107a905
Feedback
rickhanlonii Apr 25, 2024
26e7785
Feedback
rickhanlonii Apr 25, 2024
3cf2287
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
43062ca
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
e4df173
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
d0ed4ad
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
e24c4b6
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
03192b5
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
49b51cd
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
6bb0fa7
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
f4bfe6a
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
c2d5b31
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
7199d15
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
958bbef
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
733d4ff
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
8fc27ec
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
7002f22
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
29c0ac7
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
4c55d43
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
f13f6ee
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
6c3af0d
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
5442e1c
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
eaebedf
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
38171cc
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
8b1118f
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
10f0721
Update src/content/blog/2024/04/25/react-19.md
rickhanlonii Apr 25, 2024
24af092
Thanks
rickhanlonii Apr 25, 2024
811a0ea
Apply suggestions from code review
rickhanlonii Apr 25, 2024
3638830
Feedback
rickhanlonii Apr 25, 2024
074828a
nit
rickhanlonii Apr 25, 2024
f1b070a
Issue link
rickhanlonii Apr 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/content/blog/2024/04/25/react-19.md
Co-authored-by: Josh Story <josh.c.story@gmail.com>
  • Loading branch information
rickhanlonii and gnoff authored Apr 25, 2024
commit 7002f2283cf7154da87c38bee39c080218c62007
2 changes: 1 addition & 1 deletion src/content/blog/2024/04/25/react-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function BlogPost({post}) {
<h1>{post.title}</h1>
<title>{post.title}</title>
<meta name="author" content="Josh" />
<link rel="author" href="...Josh's href" />
<link rel="author" href="https://twitter.com/joshcstory/" />
<meta name="keywords" content={post.keywords} />
<p>
Eee equals em-see-squared...
Expand Down