Skip to content

Instantly share code, notes, and snippets.

@Yengas
Created February 20, 2020 20:00
Show Gist options
  • Save Yengas/f1d584dbc029419a8eb0bfbda30ad0bf to your computer and use it in GitHub Desktop.
Save Yengas/f1d584dbc029419a8eb0bfbda30ad0bf to your computer and use it in GitHub Desktop.
Micro-frontend architecture and React with Web Components
<html>
<head>
<!-- Seller Partner Panel related code -->
<script src="$public-url/seller-store.vendor.min.js" type="text/javascript"></script>
<script src="$public-url/seller-store.min.js" type="text/javascript"></script>
</head>
<body>
<!-- Seller Partner Panel related code -->
<seller-store-editor />
<!-- Seller Partner Panel related code -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment