Out of the box, Meteor comes with an amazing ability called 'hot code push'.
Hot code push lets you update all of your connected clients, browsers and mobile apps when the server is updated, without going through any app reviews. It's the dream of every mobile developer who has waited 14 days to update their iOS app through Apple's app store.
But with this awesome power comes great responsibility. If handled incorrectly, hot code push can cause user experience issues in your app, like a reload of the app when the user doesn't expect it.
Here are some best practices and tips for working with Meteor's hot code push:
↧
Meteor hot code push - with great power comes great responsibility
↧