You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/index.md
+23-19Lines changed: 23 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,14 @@ title: React Blog
4
4
5
5
<Intro>
6
6
7
-
This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first. You can also follow the [@reactjs](https://twitter.com/reactjs)account on Twitter, but you won’t miss anything essential if you only read this blog.
@@ -25,46 +29,46 @@ Today we are thrilled to launch react.dev, the new home for React and its docume
25
29
</BlogCard>
26
30
27
31
28
-
<BlogCardtitle="React Labs: What We've Been Working On – June 2022"date="June 15, 2022"url="/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022">
29
-
React 18 was years in the making, and with it brought valuable lessons for the React team. Its release was the result of many years of research and exploring many paths. Some of those paths were successful; many more were dead-ends that led to new insights. One lesson we’ve learned is that it’s frustrating for the community to wait for new features without having insight into these paths that we’re exploring...
React 18 is now available on npm! In our last post, we shared step-by-step instructions for upgrading your app to React 18. In this post, we’ll give an overview of what’s new in React 18, and what it means for the future...
<BlogCardtitle="How to Upgrade to React 18"date="March 8, 2022"url="/blog/2022/03/08/react-18-upgrade-guide">
37
-
As we shared in the release post, React 18 introduces features powered by our new concurrent renderer, with a gradual adoption strategy for existing applications. In this post, we will guide you through the steps for upgrading to React 18...
Last week we hosted our 6th React Conf. In previous years, we’ve used the React Conf stage to deliver industry changing announcements such as React Native and React Hooks. This year, we shared our multi-platform vision for React, starting with the release of React 18 and gradual adoption of concurrent features...
<BlogCardtitle="Introducing Zero-Bundle-Size React Server Components"date="December 21, 2020"url="/blog/2020/12/21/data-fetching-with-react-server-components">
53
-
2020 has been a long year. As it comes to an end we wanted to share a special Holiday Update on our research into zero-bundle-size React Server Components. To introduce React Server Components, we have prepared a talk and a demo. If you want, you can check them out during the holidays, or later when work picks back up in the new year...
56
+
<BlogCardtitle="バンドルサイズゼロの React Server Components の紹介"date="December 21, 2020"url="/blog/2020/12/21/data-fetching-with-react-server-components">
Not every React release deserves its own blog post, but you can find a detailed changelog for every release in the [`CHANGELOG.md`](https://github.com/facebook/react/blob/main/CHANGELOG.md)file in the React repository, as well as on the [Releases](https://github.com/facebook/react/releases)page.
0 commit comments