gothinkster/realworld

Pagination with first/previous/next/last

cirosantilli opened this issue ยท 2 comments

๐Ÿš€ feature request

Relevant scope

What is the scope of this request?

  • Frontend specs
  • Backend specs
  • Other... Please describe:

Description

A clear and concise description of the problem or missing capability...

Currently it just shows a humongous pagination list: https://demo.realworld.io/#/

Screenshot from 2021-06-18 16-13-56

Describe the solution you'd like

If you have a solution in mind, please describe it.

Like this gothinkster/react-redux-realworld-example-app#161

It's a great idea.

With V2, i would like to add a visual documentation of the front specs. It'll help to showcase the expected result rather than having to take a look at the official implementation link.

Since you mentioned something related, will there be a reference implementation/has a stack been selected for it? My vote is for node.js express + react :-) (with sequelize backend fingers crossed since those are quite popular now, but not overly opinionated IMO.