Fast refresh with React

@zodern if a react file is changed within a Meteor package, would it still trigger a fast refresh?

Some of us have package based architectures and some views are within Meteor packages.

This PR only implements it for app code. There are additional challenges with HMR for packages, so I plan to implement it afterwards to reduce the scope of the PR. Thanks for asking about it because I was wondering how useful it would be.

3 Likes