Skip to content

Conversation

@NataliaButenko
Copy link
Collaborator

No description provided.

Copy link
Member

@OlegLustenko OlegLustenko left a comment

Choose a reason for hiding this comment

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

Есть несколько невыполненных критериев у этого домашнего:

  1. При вводе в SearchComponent видео не запрашиваются с сервера
  2. Запрашиваемые видео не передаются на панель справа
  3. И в продолжении естественно при клике на сайд-баре(панели справа), главное видео не изменяется.

Если у тебя есть вопросы о том, как это сделать, пиши в скайпе, я с радостью тебе отвечу

)
})}
</ul>
// {/*<ul className="col-md-4 list-group">*/}
Copy link
Member

Choose a reason for hiding this comment

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

please remove commented code, it makes hard to understand after sometime is that code required or not

//console.log('1', data);
//console.log('2', data[0].snippet.thumbnails.default.url);
data.map(elem => {
arrUrlImg.push(elem.snippet.thumbnails.default.url);
Copy link
Member

Choose a reason for hiding this comment

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

здесь нужен setState, чтобы был вызван render, иначе пробрасываться ниже ничего не будет

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.

3 participants