Skip to content

Instantly share code, notes, and snippets.

@odoe
Created April 19, 2019 14:29
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 odoe/bdf0bd8c1c3fab39817640cada6d31a2 to your computer and use it in GitHub Desktop.
Save odoe/bdf0bd8c1c3fab39817640cada6d31a2 to your computer and use it in GitHub Desktop.
const store = new Store();
const registry = registerStoreInjector(store);
class App extends WidgetBase {
protected render() {
return <APIExplorerContainer />;
}
}
const r = renderer(() => <App />);
r.mount({ registry });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment