The functions and classes found within the @sgrud/shell module are
intended to ease the implementation of Component-based frontends by
providing JSX runtime bindings via the @sgrud/shell/jsx-runtime
module for the incremental-dom
library and the Router to enable routing through Components
based upon the SGRUD client libraries, but not
limited to those. Furthermore, complex routing strategies and actions may be
implemented through the interceptor-like Queue pattern.
@sgrud/shell
- The SGRUD Web UI Shell.The functions and classes found within the
@sgrud/shell
module are intended to ease the implementation of Component-based frontends by providing JSX runtime bindings via the@sgrud/shell/jsx-runtime
module for the incremental-dom library and the Router to enable routing through Components based upon the SGRUD client libraries, but not limited to those. Furthermore, complex routing strategies and actions may be implemented through the interceptor-like Queue pattern.