Skip to content

Instantly share code, notes, and snippets.

@ravewebdev
Last active July 13, 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/0d3e041811db3923d8e525cd09d32602 to your computer and use it in GitHub Desktop.
Save ravewebdev/0d3e041811db3923d8e525cd09d32602 to your computer and use it in GitHub Desktop.
2.1.3. Render component
const FrontendTracker = ( props ) => {
// Code from 2.1.1.-2.1.2. here...
return (
<div className={ className }>
<!-- Call components to display your block here... -->
</div>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment