Denis Fedynich

Results 5 issues of Denis Fedynich

Sometimes it is useful to seperate out the animation target and the DOM object to watch for click events.Using 'body' as the default selector to initialize the plugin is the...

It can be vary handy to allow to scroll to the top of animation element if target scroll element is not found. If we set 'scrollToTop' option to true and...

Hey, team. As far as I know, EnhanceComponent makes monkey patching for **dispatch** method to allow wrapping dispatched actions. Here is the patch ``` const dispatch = (action) => store.dispatch({...

Hey, guys, could you add **'return'** statement in _createStateDispatch_ function from _connectState.js_. It's essential if we will work with promise chains through thunk-middleware, for example. So, just add **'return'** statement...

I often use "reset" feature from redux chrome plugin. It serves for debugging purposes. But when I undo REDUX-STATE/INIT_STATE action an error occurs: "Cannot read property 'state' of undefined". ![image](https://cloud.githubusercontent.com/assets/7403902/17499103/fa7125be-5dd3-11e6-8018-5aad1dd9888d.png)