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.
Deadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.
Acceptance criteria
Test the section and components in many screen sizes, you can use the Inspect tool for that.
Please test if the new changes added to the components do not affect the other instances.
Test the feature in many browsers, such as Chrome, Firefox, Edge, and Safari (MAC).
If there are any build problems when submitting your PR, run yarn build locally to solve the issues and commit the changes.
Update the CHANGELOG.md file.
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.
Screenshot
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.Deadline Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.
Acceptance criteria
yarn build
locally to solve the issues and commit the changes.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.