Nikolai Iakovlev

Results 4 comments of Nikolai Iakovlev

I spent some time, trying to improve the loader, but couldn't came up with an elegant solution. I found out, that the longest operation in the loader is glob search...

I ended up, using 2 files: ``` import { connect } from 'redux-vue' import Comp from './index' const mapStateToProps = (state) => ({}) const mapDispatchToProps = (dispatch) => ({}) export...

@nadimtuhin https://github.com/nadimtuhin/redux-vue/pull/4