New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@ficusjs/app-shell-runtime

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ficusjs/app-shell-runtime

Ficus App Shell Runtime

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
4
Created
Source

Ficus App Shell Runtime

The app shell runtime is the runtime for the app shell. It is responsible for loading the app configuration, and then loading modules that provide the functionality of the app.

The runtime is loaded once and provides the following functionality to modules:

  • Loading the app configuration
  • Loading modules
  • Providing features to modules
    • Application state
    • Routing
    • Event handling
    • Component creation
    • Component rendering
    • Internationalization

Usage

The app shell runtime is loaded by the app UI components; desktop or mobile.

Application state

The app shell runtime provides two application state stores.

  • ficus.app.shell.appConfig - The application state store that contains methods for loading and working with modules.
  • ficus.app.shell.layout - The application state store that is specific to layouts.
// get the app config application state object
const appConfigStore = getAppState('ficus.app.shell.appConfig')

// get the layout application state object
const layoutStore = getAppState('ficus.app.shell.layout')

Keywords

ficusjs

FAQs

Package last updated on 31 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts