Skip to content

Homework 2 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Homework 2 #3

wants to merge 4 commits into from

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.

2 participants