Skip to content

Instantly share code, notes, and snippets.

@jaeyoung-kwon
Created November 20, 2025 04:30
Show Gist options
  • Select an option

  • Save jaeyoung-kwon/a9f071aea17e240dcb4a4b1649dab702 to your computer and use it in GitHub Desktop.

Select an option

Save jaeyoung-kwon/a9f071aea17e240dcb4a4b1649dab702 to your computer and use it in GitHub Desktop.
function App({ name }: { name: string }) {
return <div>{expensiveCalculation(name)}</div>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment