Wojtek-A / React-images

https://wojtek-a.github.io/React-images/
0 stars 0 forks source link

Suggestion #5

Open r00bal opened 1 year ago

r00bal commented 1 year ago

https://github.com/Wojtek-A/goit-react-hw-04-images/blob/22fdcf07c16d04649a45639a7a23418d3df97334/src/components/App.jsx#L32-L38

Tutaj może dałoby się jeszcze to troche uporządkować, żeby nie powtarzać setPage:

const newImages = page === 1 ? foundedImages : [...images, ...foundedImages]
setImages(newImages)
setPage(n => n + 1);