Skip to content

Conversation

@algv
Copy link

@algv algv commented Oct 29, 2017

No description provided.

if (this.props.loading) return <Loader />
const {events, loading, selectEvent} = this.props

if (loading) return <Loader />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лучше так не делать - будет постоянно сбиваться скролл(Table будет пересоздаваться вместо обновления)

.limitToFirst(10)
.startAt(lastUid)
export function* fetchLazySaga() {
yield put({
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ты нигде не проверяешь, а вдруг ты уже грузишь сейчас эти данные

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants