Closed
Description
They are used for hot reloading by react-redux and code splitting. However the solution feels wrong and ad-hoc to me.
Something like a store enhancer that would wrap the reducer a la devTools seems like the way forward. This way hot reloading would be opt in, but much more reliable.
Whatever the solution may be, it has to solve the following issues to be considered:
#37 #301 #340 #346 #348 reduxjs/redux-devtools#68
Ideas welcome!