DEV Community

Cover image for Weekly Coding Challenge - Week #17 - Pagination
Florin Pop
Florin Pop

Posted on • Originally published at florin-pop.com

Weekly Coding Challenge - Week #17 - Pagination

Theme of the week: Pagination

Description

A Pagination Component is used on websites where you have more content available than you want to display at one time to the user so you'd split it on multiple pages. By separating the content on different pages you are also saving a lot of bandwidth for the user because it won't be required to download all the information at once.

Some examples where you'd have a pagination: a blog with multiple pages, an online store with multiple products, etc.

Useful Resources

Check out my submission for this challenge: Pagination.

See all the submissions in this Codepen Collection.

Are you interested in joining the challenge? ๐Ÿ˜ƒ Read The Complete Guide to find out how. Don't forget to share your creation! ๐Ÿ˜‰

Happy Coding! ๐Ÿ˜‡

Top comments (0)