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

event-strategy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-strategy

A solution for cross Micro Frontend communication

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

event-strategy

A solution for cross Micro Frontend communication

Problem

When building an UI application by using Micro Frontends, communication between each of the latter can be disrupted because their load order is nondeterministic (e.g., when one publisher Micro Frontend fires an event, a subscriber Micro Frontend might not even be present in the browser because its source code files are downloaded at that moment). This in turn leads to poor user experience and poor perceived performance because the application does not react as expected when the user interacts with it, and feature disruption in the common case where one feature needs collaboration of multiple Micro Frontends to be achieved.

To address these issue, a bespoke solution for communication between Micro Frontends is needed. This package is that solution.

Keywords

front-end

FAQs

Package last updated on 09 Jun 2023

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