栗占州

Results 8 comments of 栗占州

My solution is this ``` import withScroll from 'scroll-behavior'; // ======================================================== // Browser History Setup // ======================================================== const browserHistory = withScroll(useRouterHistory(createBrowserHistory)({ //use withScroll basename: __BASENAME__ })) ```

``` subscriptions: [ function(dispatch) { // error dispatch 找不到 key('⌘+up, ctrl+up', () => { dispatch({type:'count/add'}) }); }, ] ``` 为啥 阿里都喜欢用 less 嘞

> if (remaining wait) > remaining > wait 这个条件怎么成立的,没有想明白 > 推导 remaining > wait 的话 可以 得 now - previous < 0 这个是我怎么也想不通的成立条件 防止更改系统时间的吧

@lustremedia use flash Cannot enter ready

hi @peterpme How to understand this code? ``` let data if (Object.keys(json)[0] === schema.key) { data = normalize(json, {[schema.key]: schema.type}) } else { data = normalize(json, schema.type) } ``` Thank...

hi @peterpme , Sorry, I go again. I have a question that I want to be like real-world as ``` function fetchStarred(login, nextPageUrl) { return { login, [CALL_API]: { types:...