Skip to content

Instantly share code, notes, and snippets.

@IniZio
Created May 22, 2023 01:17
Show Gist options
  • Save IniZio/f03c43b733596ca63a78caa1f344c871 to your computer and use it in GitHub Desktop.
Save IniZio/f03c43b733596ca63a78caa1f344c871 to your computer and use it in GitHub Desktop.
const AnotherComponent = defineComponent(
() => {
const text = atom('');
return { text }
},
() => (
<input />
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment