@faculty/frontier-shell-feature-utils
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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>
)

Readme

Keywords

none

Package Sidebar

Install

npm i @faculty/frontier-shell-feature-utils

Weekly Downloads

0

Version

1.2.0

License

UNLICENSED

Unpacked Size

19.9 kB

Total Files

24

Last publish

Collaborators

  • indranil_faculty
  • leestewart
  • dancras
  • kasiadziewicka
  • robgbiv