Preview compile result in editor #26
tocque
started this conversation in
Feature Requests
Replies: 2 comments 5 replies
|
This was noted as something they were exploring in the most recent blog post on the React Compiler hitting Beta
Which I would expect would do this, it'll be interesting to see where that goes |
0 replies
|
Yeah we're working on an IDE extension. In the meantime, you can use the React DevTools which will show you a ✨ badge next to React Compiler optimized components. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, the compilation of the React Compiler is completely a black box. Unless one views the compilation result, there is no way to know whether a certain piece of code is truly optimized. Is it possible to provide an editor plugin to mark in some form (such as Inlay Hints) how a certain piece of code will be optimized?
All reactions