-
Notifications
You must be signed in to change notification settings - Fork 1
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
Отрисуй меня полностью #6
Отрисуй меня полностью #6
Conversation
♻️ Я собрал ваш пулреквест. Посмотреть можно здесь. |
♻️ Я собрал ваш пулреквест. Посмотреть можно здесь. |
@@ -1,4 +1,5 @@ | |||
import './util.js'; | |||
import {CreatePhotoList} from './data.js'; | |||
import './thumbnails.js'; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
в main.js мы хотим что бы была такая последовательность:
- получить посты
- отрисовать посты
следовательно нам здесь надо чтоб у нас тут вызывалась функция получения постов и функция отрисовки
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
модуль thumbnails должен возвращать функцию отрисовки которую ты будешь вызываать
назвать модуль можно более корректно - тк будет отрисовка тумб- render-thumbnails
и возвращать функцию renderThumbnails
|
||
const usersThumbnails = CreatePhotoList (); | ||
|
||
const usersThumbnailsFragment = document.createDocumentFragment(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
весь код используесый для отрисовки оберни в функцию и экспортируй
вызвай по нужному месту
.content | ||
.querySelector('.picture'); | ||
|
||
const usersThumbnails = CreatePhotoList (); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CreatePhotoList
чет проглядел написание функции
названия функций в camelCase
🎓 Отрисуй меня полностью
💥 https://htmlacademy-javascript.github.io/2357681-kekstagram-2/6/