Skip to content

Instantly share code, notes, and snippets.

@dfee

dfee/block6.ts Secret

Created January 23, 2019 21:46
Show Gist options
  • Save dfee/46bd2de7f94aaede483018b76213cc77 to your computer and use it in GitHub Desktop.
Save dfee/46bd2de7f94aaede483018b76213cc77 to your computer and use it in GitHub Desktop.
const myRefForwardingComponent = React.forwardRef(
({ ref }) => <div ref={ref} />,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment