Open stuk88 opened 4 years ago
Hey! I need to call a angularjs function inside a Redux Reducer. How should I do that?
You really are not meant to do that that inside a reducer @stuk88 . Without any example code to go off of, it's hard to say but middleware is probably where you would try to do something like that.
Hey! I need to call a angularjs function inside a Redux Reducer. How should I do that?