React Native + Webpack + HMR = ❤️
Recently we added Hot Module Replacement support to Haul, a command line tool for developing React Native apps based on Webpack. If you use the default template with index.ios.js or index.android.js, then all you need to do is to add import 'haul/hot'; at the top of the file, so our babel plugin will add HMR logic for you. In other... View Article
Read more
Paweł Trysła
26 Sep
Open Source