Skip to main content
whitep4nth3r logo
Posts tagged

Next.js

  1. 24 Aug 2022

    Rewrite HTML and transform page props in Next.js with Next.js Advanced Middleware

    Learn how to intercept and rewrite the response of a Next.js statically generated page and transform page props at the edge with Next.js Advanced Middleware from Netlify.

    Tutorials 7 min read →
  2. 10 Oct 2021

    Next.js Dynamic Routes with Contentful's GraphQL API — with Jason Lengstorf

    Next.js has a popular approach for generating dynamic routes. In this episode of Learn with Jason, I teach Jason how to use Contentful’s GraphQL API to power them!

    Next.js 90 min read →
  3. 16 Sep 2021

    Ecommerce and Next.js on the Jamstack — with Colby Fayock

    I sat down with Colby Fayock to chat about Next.js and how all of its features help enable developers to build great experiences on the web.

    Next.js 48 min read →
  4. 7 Sep 2021

    How to build a personalized image social sharing app with Cloudinary and Next.js

    In this post, we’re going to build an app that generates a personalized image of a ticket to share on socials using Cloudinary and Next.js so you can encourage your event attendees to share their tickets for your next virtual event!

    Tutorials 11 min read →
  5. 1 Sep 2021

    Why I love building with Next.js — a fireside chat with Cassidy Williams of Netlify

    I joined Cassidy Williams of Netlify for a fireside chat to talk about the performance benefits of Next.js, and how developers can make the most of the JavaScript framework.

    Next.js 1 min read →
  6. 4 Aug 2021

    A Next.js complete beginner tutorial using the Spotify API

    In this video I'm joined by Ebonie (metalandcoffee_) — web developer, Metal DJ and Twitch streamer — where we set up a new project in Next.js to curate music recommendations using the Spotify API.

    Tutorials 1 min read →
  7. 11 Jul 2021

    How to avoid using relative path imports in Next.js

    Say goodbye to ../../../../really/long/and/silly/paths/to/components in your Next.js application and define absolute imports with a jsconfig.json file.

    Next.js 1 min read →
  8. 8 Jul 2021

    How I set up my new Next.js projects with a handy bash script

    After I create a new Next.js application with npx create-next-app, I run this bash script to prepare my app for development — just the way I like it. And then I tell myself to have a nice day! Give it a try!

    Next.js 1 min read →
  9. 1 Jul 2021

    How to add Algolia InstantSearch to your Next.js application

    By the time I had written 15 blog articles on my website, it was getting a little tricky to find what I was looking for in a hurry! So I set out to implement search functionality on my blog.

    Tutorials 9 min read →
  10. 22 Apr 2021

    Paginating your Contentful blog posts in Next.js with the GraphQL API

    In this post, we’re going to build a set of article list pages that display a number of blog post summaries per page — fetched from the Contentful GraphQL API at build time with Next.js.

    Tutorials 13 min read →