View Module

The view.js module runs in the client where it manages the retrieval and display of pages in the federation. github

Used by the Host Module bootstrap html to which we export start(). We aspire to have more users so we seek minimal dependency on this particular host.

Uses Start Function which we export to the enclosing html to run when ready.

DOT FROM module-diagram STATIC strict digraph { rankdir=LR node [shape=box style=filled fillcolor=gold] "View Module" node [fillcolor=lightgreen] "Host Module" -> "View Module" "View Module" -> "Start Function"}

The view.js module creates and maintains state that persists while a view tab is open.

● A lineup of pages displayed in panels.

● The available type rendering modules.