gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Is this project on the deprecation path as well? #44

Closed exiadbq closed 8 years ago

exiadbq commented 8 years ago

As react-hot-loader has the 'Deprecation Notice'.

Andreyco commented 8 years ago

It's primary dependency (react-hot-loader) is deprecated. I would not use it anymore. As suggested, use React Transform. Dan prepared boilerplate for that too https://github.com/gaearon/react-transform-boilerplate

gaearon commented 8 years ago

It’s a tricky situation because React Transform is also an unstable project and might change significantly later or get deprecated as well. For now I’d say they both have their own pros and cons.

exiadbq commented 8 years ago

So for new project development, which you would suggest to start with?

gaearon commented 8 years ago

If you use something like Redux to externalize your state I would suggest neither: https://github.com/reactjs/redux/pull/1455. Otherwise I can’t really suggest either because both have different problems. Try both and see what works better in your particular project. Hopefully I’ll have a better answer in a few months :-)