Skip to content

Instantly share code, notes, and snippets.

@paulshen
Created May 31, 2013 01:06
Show Gist options
  • Save paulshen/5682373 to your computer and use it in GitHub Desktop.
Save paulshen/5682373 to your computer and use it in GitHub Desktop.
// first pass
<div>{
a: <p><ExpensiveWidget /></p>
}</div>
// second pass
<div>{
b: <p>new paragraph</p>,
a: <p><ExpensiveWidget /></p>
}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment