To run this demo:
mfe1/
folder: cd ./mfe1
npm ci
npm run dev
root/
folder: cd ./root
npm ci
npm run dev
o
+ ENTERTo see the reactivity issue, change the slider's position. This will change the opacity
property inside the
preferences
class instance. The slider and the preferences
class belong to the root micro-frontend. This will
trigger various messages in the console that should make the reactivity problem clear: Reactivity is lost in the
consuming mfe1
micro-frontend.