Skip to content

Instantly share code, notes, and snippets.

@ajaybeniwal
Created June 3, 2020 16:31
Show Gist options
  • Save ajaybeniwal/06077a44949b82f3f260d8290e29c4ac to your computer and use it in GitHub Desktop.
Save ajaybeniwal/06077a44949b82f3f260d8290e29c4ac to your computer and use it in GitHub Desktop.
import './set-public-path';
import React from 'react';
import ReactDOM from 'react-dom';
import singleSpaReact from 'single-spa-react';
import Root from './root.component';
const lifecycles = singleSpaReact({
React,
ReactDOM,
rootComponent: Root,
});
export const { bootstrap, mount, unmount } = lifecycles;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment