File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,20 @@ If you:
1818
1919* are interested in closely profiling specific, atomic parts of your
2020 application;
21+ * you can intricately time bare-metal events.
2122* work in an organisation where different teams contribute different code to the
2223 same front-end;
24+ * you can create a custom section in DevTools for each team.
2325* need to gather rich (meta)data about key parts of your runtime;
26+ * you can capture arbitrary data as part of standard APIs.
2427* provide or consume APIs;
25- * maintain a third party package that could be traced, or;
28+ * you could track their response times with ease and surface that information
29+ to the front-end and DevTools.
30+ * maintain a third party package that could be traced;
31+ * you can provide clear signposting for key events (e.g. hydration) to your
32+ consumers, or;
2633* are just interested in performance tooling…
27-
28- …then this article is for you.
34+ * …this article is for you.
2935
3036## Making Your Code a First Class Citizen
3137
You can’t perform that action at this time.
0 commit comments