Strategy for upgrading to major versions of singleton libraries #3027
darktasevski
started this conversation in
General
Replies: 2 comments
-
Usually react is backward compatible as long as older version doesnt use newer ones apis etc. You can look at our framework capbilities to see how we handle different frameworks as a single app. In the past what i have done is just make adapter that mounts to a ref so i just mount another app onto a ref till everyone can update. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also assign them a different share scope. That will allow multiple singletons to exist |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We should expect React 19 sometime this year or next year, which made me wonder about upgrading the major version of some core library in Module Federation. Are there any strategies to make this upgrade easier, or is the only solution to upgrade and deploy all modules simultaneously?
Beta Was this translation helpful? Give feedback.
All reactions