Skip to content

Instantly share code, notes, and snippets.

@ravewebdev
Last active July 8, 2020 22:28
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 ravewebdev/86b55f9df2d8d48ceb1e25a2ae8c4400 to your computer and use it in GitHub Desktop.
Save ravewebdev/86b55f9df2d8d48ceb1e25a2ae8c4400 to your computer and use it in GitHub Desktop.
2.1.1. Scaffold component and retrieve original attributes
const FrontendTracker = ( props ) => {
const {
dataAttributes,
className,
} = props;
};
export default FrontendTracker;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment