Skip to content

Instantly share code, notes, and snippets.

@NullVoxPopuli
Last active November 3, 2021 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NullVoxPopuli/039f66a516c4ed4ede2088daa91f5d5a to your computer and use it in GitHub Desktop.
Save NullVoxPopuli/039f66a516c4ed4ede2088daa91f5d5a to your computer and use it in GitHub Desktop.
import React from 'react';
export const Foo = <>
test {expression + expression} test
{[].map(item => {
return <div>{item}</div>
})}
<div></div>
</>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment