My first Next JS app

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.

  • Lightbox with swipe capability on mobile
  • Add different style to active page link in navbar.
  • Add animation when navigating between pages.
  • Add next/prev links to posts.
  • 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.