anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

HotReloading pure function components. #80

Closed michael-donat closed 7 years ago

michael-donat commented 8 years ago

This is not an issue report but a question I couldn't find an answer for on my own.

As we were evaluating a number of bootstrap projects, what we've noticed about this one is that it hot reloads pure function components using react-transform + react-transform-hmr - something that should not be possible according to many sources (especially the author of above tool).

Would you mind shedding some light on how was this achieved?

anorudes commented 7 years ago

Hello, @michael-donat. Yee, pure function hot reload is working, but i had problems with him in old version of the boilerplate If you will use this boilerplate please tell me when meet this problem again.