I have been working on my first Next JS app that fetches the content from my WordPress website, same content as is on grimur.net – but I decided to only fetch posts that don’t have a password.
Here are a few things I’m going to work on next.
- 05/11/2024 – Just added tags that appear on each post which you can click to view all posts with that tag.
- Lightbox with swipe capability on mobile on images that are in posts.
- Add next/prev links to posts.
Add different style to active page link in navbar.Add animation when navigating between pages.Might add a sidebar navigation on mobile or different and more responsive for navbar
Check the new app out, hope you like it, main reason is it is faster when navigating between pages since it doesn’t have to reload the whole page on each request only loads content needed.