Skip to content

Commit 5356a66

Browse files
committed
fix: move hr outside intro
1 parent 462209f commit 5356a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/blog/2021/06/08/the-plan-for-react-18.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ The React team is excited to share a few updates:
1919

2020
These updates are primarily aimed at maintainers of third-party libraries. If you’re learning, teaching, or using React to build user-facing applications, you can safely ignore this post. But you are welcome to follow the discussions in the React 18 Working Group if you're curious!
2121

22-
---
23-
2422
</Intro>
2523

24+
---
25+
2626
## What’s coming in React 18 {/*whats-coming-in-react-18*/}
2727

2828
When it’s released, React 18 will include out-of-the-box improvements (like [automatic batching](https://github.com/reactwg/react-18/discussions/21)), new APIs (like [`startTransition`](https://github.com/reactwg/react-18/discussions/41)), and a [new streaming server renderer](https://github.com/reactwg/react-18/discussions/37) with built-in support for `React.lazy`.

0 commit comments

Comments
 (0)