mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix typo on React 16 Roadmap page (#2433)
I believe it was meant to be "news story", but I could be misunderstanding something in the context of the paragraph.
This commit is contained in:
@@ -108,7 +108,7 @@ Hooks represent our vision for the future of React. They solve both problems tha
|
||||
|
||||
### React 16.x (~Q2 2019): The One with Concurrent Mode {#react-16x-q2-2019-the-one-with-concurrent-mode}
|
||||
|
||||
*Concurrent Mode* lets React apps be more responsive by rendering component trees without blocking the main thread. It is opt-in and allows React to interrupt a long-running render (for example, rendering a new feed story) to handle a high-priority event (for example, text input or hover). Concurrent Mode also improves the user experience of Suspense by skipping unnecessary loading states on fast connections.
|
||||
*Concurrent Mode* lets React apps be more responsive by rendering component trees without blocking the main thread. It is opt-in and allows React to interrupt a long-running render (for example, rendering a news feed story) to handle a high-priority event (for example, text input or hover). Concurrent Mode also improves the user experience of Suspense by skipping unnecessary loading states on fast connections.
|
||||
|
||||
>Note
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user