@rhoas/app-services-ui-shared

UI Shared contains a number of type definitions for shared data structures and components for the application services UI.

Usage no npm install needed!

<script type="module">
  import rhoasAppServicesUiShared from 'https://cdn.skypack.dev/@rhoas/app-services-ui-shared';
</script>

README

UI Shared

UI Shared contains a number of shared API components for the UI. The UIs are a set of micro-frontends, implemented using Webpack module federation. This module is loaded as an eager singleton.

Shared React contexts

In order for a React context to be shared between modules, it must be defined in a shared library and imported by all modules that use the context.