Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created November 2, 2019 13:14
Show Gist options
  • Save ThaddeusJiang/6edc42e01053330cdc782b81f79a6943 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/6edc42e01053330cdc782b81f79a6943 to your computer and use it in GitHub Desktop.
JSX 中多分支
<>
{(() => {
if (...) return <>
if (...) retrun <>
return <>
})()}
<>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment