distilagency / starward

:boom: ReactJS Wordpress Boilerplate
27 stars 9 forks source link

Same page pagination, or 'fetch more' functionality (@Blog) #70

Closed AllanPooley closed 7 years ago

AllanPooley commented 7 years ago

The user should be able to hit a 'View more' button and see more blog posts without the page reloading (more items should be retrieved and the corresponding elements should be rerendered by React)

AllanPooley commented 7 years ago

https://github.com/AllanPooley/kaya_app/commit/69f1023c94a60a6047646a7bb5301553cf0cca44

AllanPooley commented 7 years ago

Refactored Pagination component in https://github.com/AllanPooley/kaya_app/commit/495ee1006a02f87cff8c5fa144fe167e1d2844b6 to better facilitate this functionality.

AllanPooley commented 7 years ago

https://github.com/distilagency/starward/issues/11 Is it prerequisite to this issue

AllanPooley commented 7 years ago

Implemented in #71