Skip to content

Instantly share code, notes, and snippets.

@joeldenning
Created February 5, 2020 08:26
Show Gist options
  • Save joeldenning/c77887defe89046b75d555fe9e41ff4c to your computer and use it in GitHub Desktop.
Save joeldenning/c77887defe89046b75d555fe9e41ff4c to your computer and use it in GitHub Desktop.
ESM bundle
// You can run this in browser console
const React = await import('https://cdn.jsdelivr.net/npm/@esm-bundle/react/esm/react.production.min.js');
const ReactDOM = await import('https://cdn.jsdelivr.net/npm/@esm-bundle/react-dom/esm/react-dom.resolved.production.min.js');
const rxjs = await import('https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/esm/rxjs.min.js');
const rxjsOperators = await import('https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/esm/rxjs-operators.min.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment