Carlos Rodriguez
Carlos Rodriguez
@ScriptedAlchemy @sokra hi, i would like to revive this topic, after few days debugging the whole sharing modules i think we can do some changes to make sync works basically...
was thinking that and its true, the main problem is webpack and how he negotiate the shared resources, and thats why im suggesting it, and about versions can be designed...
webpack load process and negotiations should be based on tree logic, the first one that loads a shared dependency can be considered the host when this is configured as singleton,...
@ScriptedAlchemy well MF internally will change a bit, and thats what i would need to discuss with you on deep to confirm all user cases and from there write the...
@ScriptedAlchemy @sokra this change is not just for MF, with the change done we can finally solve the problem about duplicated dependencies like react and the popular error message, because...
@sokra @alexander-akait hi guys, this PR is working but i would like to ask feedbacks about how to improve this, im feeling that can be done in a better way...
added back compatibility that will solve all broken tests and solved your comment @ScriptedAlchemy
hi @alexander-akait @sokra any update about this one please ?
hi @vankop could you review this PR plz
@sokra i will answer in multiple parts one of the main problems with MF is that only works in async mode and if u want to build a component that...