Module Federation - react example

preview_player
Показать описание

An example app designed with micro frontend architectural pattern using Module Federation. The app is composed by:

* myarea: the main host app that let a user see his/her orders
* cancel-order: a widget app that let the user delete an order

The cancel-order widget is loaded into the host app using Webpack Module Federation, by loading a widget from a remote url received as dynamic configuration from a remote service. This is an app create for my blog post "Create a microfrontend app using module federation and dynamic configuration".
Рекомендации по теме
Комментарии
Автор

HOW CAN YOU SEE REACT PROPERTIES ON THE SIDEBAR LKKE THAT, IS IT AN EXTENSION?

cyberthugFi