Webpack HMR with React Native -


is there recent webpack hmr react-native boilerplate out there?

i having trouble finding best practice integrating existing setup webpack , hmr used react-native , react-native packager. resources found online on topic dated.

  • i know uses facebook's watchman.

  • i know of webpack-watchman-plugin, don't think allow me trigger webpack build , serve compiled assets react-native. know watchman has -- trigger functionality, don't think digging in packager local cli answer either.

i'm @ loss finding decent documentation facebook's packager, , not sure started on this. goal take existing boilerplate used web react, , use boilerplate setup react-native. understand rendering differences, build tool part.

i've resolved issue not trying integrate webpack react-native, not using webpack @ , using react-native's packager. still working on it, far! using open-source react-native boilerplate project, strangeluv-native


Comments

Popular posts from this blog

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -