shakacode / old-react-on-rails-examples

Various example apps for React on Rails, outdated
1 stars 0 forks source link

HMR to DLL #26

Closed Judahmeek closed 7 years ago

Judahmeek commented 7 years ago

per the group decision to abandon react-hot-loader and HMR due to its unreliability, incompatibility with flexbox, and lack of active development by Dan Abramov.

Judahmeek commented 7 years ago

I want to create an devtool DLL bundle that is only loaded in development to supplement #27. @alexfedoseev, If you have any pointers on that, I'd greatly appreciate it. I've got a general idea of how to accomplish it, but I'm sure any guidance you could provide would facilitate things.

Judahmeek commented 7 years ago

Yeah, My bad. I originally thought that DLL was used during production & development. I know better now. However, I'm curious why DLL isn't used for Rspec integration testing. Are there incompatibility issues I should know of?