TomatoesBurner / Agile-Web-Community-Forum

0 stars 0 forks source link

Enhancement: Implemented the button pagination feature #39

Closed akikodesu closed 1 month ago

akikodesu commented 1 month ago

As a forum website, there will be a large number of posts displayed on the index page, and we need to implement a pagination feature. Currently, there are two options to choose from: traditional pagination buttons or lazy loading. Which method do you think would be better to implement?

TomatoesBurner commented 1 month ago

I prefer lazy loading, but I'm trying to do it and it's causing a lot of bugs. Sunday is going to be due, so I'm thinking of combining it with bootrap for the button page flip feature.

TheCatFactoryOfV commented 1 month ago

Lazy loading may have better performance in the UI/UX aspect, but technical aspects may be more difficult to achieve.