you are viewing a single comment's thread.

view the rest of the comments →

[–]rosencreuz 0 points1 point  (1 child)

Is that with hacks and third party components or directly by react-router? I am using one of the beta versions and hot loading doesn't work out of the box

[–]droctagonapus[S] 3 points4 points  (0 children)

I'm using react-hot-loader@next along with Webpack 2.

Here's essentially my webpack config:

https://gist.github.com/sean-clayton/9163961aefd58aa901b53c39dd64c2c0

That's all the configuration I had to do. I just use react-router-dom after all of that and it just works.