Web-Dev-Path / web-dev-path

The Web Dev Path platform. Progressive Web App (PWA). Next.js rules!
https://webdevpath.co
GNU General Public License v3.0
33 stars 11 forks source link

Next.js Category has no blog posts #225

Open Satoshi-Sh opened 4 days ago

Satoshi-Sh commented 4 days ago

Screenshot Screenshot from 2024-11-18 08-04-40

What do we need to build or fix? Remove the Next.js category or find out the reason why we don't have nextjs tagged blog posts (I believe we used to have one or two.)

Approach suggestions Solution 1: Remove the utils/blogCategories.js in line 4 and line 10. It will remove the empty nextjs category from the blog page.

Screenshot from 2024-11-18 12-48-42

Deadline Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.

Acceptance criteria

UPDATE According to the post, Dev.to API shows up to latest 30 blog posts. We currently have 33 blog posts. We need to research how to get all the posts or think about other solutions.

cherylli commented 4 days ago

https://developers.forem.com/api/v1#tag/articles/operation/getArticles Easiest fix is just fetch more articles image