Skip to content

Instantly share code, notes, and snippets.

@Comandeer
Created July 7, 2018 20:43
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 Comandeer/c36d9d89541019d69d6d6e7efc573965 to your computer and use it in GitHub Desktop.
Save Comandeer/c36d9d89541019d69d6d6e7efc573965 to your computer and use it in GitHub Desktop.
Basic use of loadComponent
loadComponent( 'HelloWorld.wc' ).then( ( component ) => {
console.log( component );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment