Skip to content

Instantly share code, notes, and snippets.

@hfsaito
Created August 22, 2020 14:18
Show Gist options
  • Save hfsaito/96d76f619eb485d1788e69b38bc2ce77 to your computer and use it in GitHub Desktop.
Save hfsaito/96d76f619eb485d1788e69b38bc2ce77 to your computer and use it in GitHub Desktop.
const useBar = () => {
// some code to get the value of x
return {
x,
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment