Git Product home page Git Product logo

react-pagination-boilerplate's Introduction

boilerplate-react-functional-public

In this porject, you will be creating a creating a paginated posts fetching app. Using this API endpoint https://jsonplaceholder.typicode.com/posts, but it returns all 200 posts, so instead we will use this endpoint https://jsonplaceholder.typicode.com/posts?_page=1&_limit=5 Where we can change the numbers for limit and page. We will only be changing numbers of page parameter,and showing only 5 results per page. So on page load hit the api for page 1 and display the 5 <Post> components. <Post> will have class "post" and and will display title of post in h3 and body in a p tag.

PaginationButtonList Component:- Since we know that there only 200 posts and 5 posts per page, we can stattically render all 20 buttons. Each button will have theire corresponding page-number inside as text. Also each button will have id as button-${page-number}.

The current active page's button will have class active-btn, So initially #button-1 will have active class, but upon clicking another page, it will be rmeoved from #button-1 and instead by put on the button clicked.

PostList Component:- This should contain fetching logic and will also display the posts and loading component with id="loader" when the data is loading. Also render the PaginationButtonList Component here.

So initially the page will show the loading component while data is loading for first request, when data fetching is complete,it will remove #loader element and show the 5 posts.

react-pagination-boilerplate's People

Contributors

iam-akshat avatar

Watchers

Gaurav Kapatia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.