Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.hbs: pagination or infinity scroll #1

Open
thomasclausen opened this issue Jan 18, 2014 · 1 comment
Open

index.hbs: pagination or infinity scroll #1

thomasclausen opened this issue Jan 18, 2014 · 1 comment
Assignees
Milestone

Comments

@thomasclausen
Copy link
Owner

On index.hbs I need to decide whether to use pagination or infinity scroll with the list of posts.

Pagination
Will probably start with a standard pagination with buttons to next or previous posts and a count with page X out of X.

Infinity scroll
I like the idea of a infinity scroll, but it has some drawbacks. If I choose to go with this solution it has to take the following in to account:

  • Change URL whenever a new batch of posts are loaded
  • Be able to use that URL and actually load the correct posts (and the posts before)
@ghost ghost assigned thomasclausen Jan 18, 2014
@thomasclausen
Copy link
Owner Author

For now I've settled with standard pagination, but will look in to infinity scroll for the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant