Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Hot reload actions #482

Closed
XeeD opened this issue Sep 23, 2015 · 9 comments
Closed

Hot reload actions #482

XeeD opened this issue Sep 23, 2015 · 9 comments

Comments

@XeeD
Copy link
Contributor

XeeD commented Sep 23, 2015

Actions should be hot reloadable too. We need a cross platform solution.

@grabbou
Copy link
Contributor

grabbou commented Sep 23, 2015

Yep, see how Redux did the same for reducers.

@ronag
Copy link

ronag commented Sep 23, 2015

As Dan pointed out in the redux issue this should already work since they should be reloaded together with the components that dispatch them or the reducers that listen to them. What am I missing?

@steida
Copy link
Contributor

steida commented Sep 23, 2015

No, it's regression.
gaearon/babel-plugin-react-transform#26

@ronag
Copy link

ronag commented Sep 23, 2015

So should we switch back to react-hot-loader?

@steida
Copy link
Contributor

steida commented Sep 23, 2015

I think browser reload is good enough until Dan will fix it.

@steida
Copy link
Contributor

steida commented Oct 13, 2015

#520

@steida steida closed this as completed Oct 13, 2015
@gaearon
Copy link

gaearon commented Feb 29, 2016

You might be interested in reduxjs/redux#1455.

@steida
Copy link
Contributor

steida commented Feb 29, 2016

Thank you Dan!

@gaearon
Copy link

gaearon commented Apr 18, 2016

This is fixed in React Hot Loader 3.
It is built with lessons learned from both React Hot Loader and React Transform.
It’s still in alpha but I encourage you to check it out!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants