1.2.0 • Published 2 years ago

@faculty/frontier-shell-feature-utils v1.2.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

Frontier Shell Feature Utils

Useful functionality for building a feature in this shell.

IFrameAwareSubrouter

Replaces all navigation with a round trip via the parent shell to keep the apps in sync.

Add this component immediately after the regular Router component for the app.

import { IFrameAwareSubrouter } from '@faculty/frontier-shell-feature-utils';

render(
  <Router>
    <IFrameAwareSubrouter>
      <App />
    </IFrameAwareSubrouter>
  </Router>
)
1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago