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

Automated articles index #5

Closed
5 tasks done
franky47 opened this issue Feb 16, 2020 · 0 comments
Closed
5 tasks done

Automated articles index #5

franky47 opened this issue Feb 16, 2020 · 0 comments
Labels
feature New feature or request

Comments

@franky47
Copy link
Owner

franky47 commented Feb 16, 2020

  • List published posts
  • Include summary when available
  • Statically built with getStaticProps
  • Show tags when available
  • Dynamic client-side tag filtering, by query string

Tag filtering story

Tags are represented in the index and the articles as Badges from Chakra. They are clickable, and point to the index page with a ?tag=tagName query string. The index listens for this query and show only the relevant articles, plus a way to clear the query.

The post listing logic might be shared with #1, some examples:
https://github.com/zeit/next.js/tree/canary/examples/blog-starter

@franky47 franky47 added the feature New feature or request label Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant