When it comes to releasing new versions of your app its pain at almost every stage. This pain becomes worse as our teams grow with constant merge battles, releases, and rollbacks. What if there was a better way?
With the release of Re.Pack 5 there is support now in React Native for Module Federation.
With millions of downloads a week the de facto standard for distributed web development is now available for mobile.In this talk we will explore:
1) How to decompose our mobile applications into multiple modules
2) Why we would want to give our teams independence and different release velocities
3) How to version and release these versions independently in practice
4) A comparison of tools on the market to manage over the air updates
5) Strategies on how to test in production while maintaining instant roll backs