Each application is provided a mountParcel function. The main advantage to using an applications mountParcel function
is that parcels mounted via an applications mountParcel will be automatically unmounted when the application is unmounted.
name
name:string
Unique application ID, if same app will be rendered twice on a page - it will get different IDs
Each application is provided a
mountParcel
function. The main advantage to using an applicationsmountParcel
function is that parcels mounted via an applicationsmountParcel
will be automatically unmounted when the application is unmounted.