HenrikJoreteg/hjs-webpack

Transition from babel-plugin-react-transform to React Hot Loader 3

Open

#213 opened on Apr 27, 2016

View on GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (137 forks)batch import
help wanted

Repository metrics

Stars
 (1,796 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

TL;DR: https://github.com/gaearon/react-hot-boilerplate/pull/61

babel-plugin-react-transform is now deprecated, React Hot Loader 3 is on the horizon. The biggest advantage for me right now is that I want to write more components as stateless functions but if I do, hot reloading breaks.

Contributor guide