Browse Source

Fix typo

main
Dan Abramov 2 years ago
parent
commit
7d297a2d80
  1. 2
      src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md

2
src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md

@ -89,7 +89,7 @@ Since our last update, we've tested an experimental version of prerendering inte
## Transition Tracing {/*transition-tracing*/} ## Transition Tracing {/*transition-tracing*/}
The Transition Tracing API lets you detect when [React Transitions](/reference/react/useTransition) become slower and to investigate why they may be slow. Following our last update, we have completed the initial design of the API and published an [RFC](https://github.com/reactjs/rfcs/pull/238). The basic capabilities have also been implemented. The project is currently on hold. We welcome feedback on the RFC and look forward to resuming its development to provide a better performance measurement tool for React. This will be particularly useful with routers built on top of React Transitions, like the [Next.js App Router](/learn/start-a-new-react-project#nextjs-app-router). The Transition Tracing API lets you detect when [React Transitions](/reference/react/useTransition) become slower and investigate why they may be slow. Following our last update, we have completed the initial design of the API and published an [RFC](https://github.com/reactjs/rfcs/pull/238). The basic capabilities have also been implemented. The project is currently on hold. We welcome feedback on the RFC and look forward to resuming its development to provide a better performance measurement tool for React. This will be particularly useful with routers built on top of React Transitions, like the [Next.js App Router](/learn/start-a-new-react-project#nextjs-app-router).
* * * * * *
In addition to this update, our team has made recent guest appearances on community podcasts and livestreams to speak more on our work and answer questions. In addition to this update, our team has made recent guest appearances on community podcasts and livestreams to speak more on our work and answer questions.

Loading…
Cancel
Save