D
D
Durin Qurkingo2019-08-06 17:01:08
React
Durin Qurkingo, 2019-08-06 17:01:08

Why can I only show 100 photos in a react app?

У меня есть приложение, и я хочу показывать каждый раз, когда прокручиваю до конца новые картинки

getGalleryWidth(){
    try {
      return document.body.clientWidth;
    } catch (e) {
      return 1000;
    }
  }

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor_Dav, 2019-09-06
@Viktor_Dav

Use some kind of infinity scroller, and here your calculation of the block width is not clear.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question