Native federation v4 | RC6 #20
Aukevanoost
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
RC6 is live!
This might have the biggest breaking changes of all release candidates. Due to some mentions of the community regarding slow performance we decided to dig into the issue. The issue appeared to be of lack of a shared cache and because every rebuild caused the full federation setup to rebuild.
Therefore we made the bold decision to rework the adapters into 3 parts: 'setup', '(re)building' and 'disposal' This allows us to implement a stable 'watch' mechanic and rebuild only the parts of the micro frontend that changed. This decreases the build time drastically!
What's Changed
New Contributors
Full Changelog: v4.0.0-RC5...v4.0.0-RC6
This discussion was created from the release 4.0.0-RC6.
All reactions