Created
November 20, 2025 04:40
-
-
Save jaeyoung-kwon/118e32792b7370e8531a5fb07bc89f4f to your computer and use it in GitHub Desktop.
React Compiler 결과
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function App(t0) { | |
| const $ = _c(4); | |
| const { name } = t0; | |
| console.log("Rendering..."); // 최적화에서 제외 | |
| // ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment