Tag

next.js

  1. Finding a free PaaS to host a Next.js + GPT-4 application

    The problems with free hosting for Next.js + ChatGPT apps, and recommended PaaS services for free hosting.

    • Next.js
    • AI
  2. Moving from Netlify to Vercel

    Moved my tech blog hosting from Netlify to Vercel

    • Netlify
    • Vercel
    • Next.js
  3. Improving the performance of my Next.js blog

    During the year-end holidays, I replaced this tech blog from GatsbyJS to Next.js. After the replacement, the Lighthouse performance score dropped, so I investigated the cause and made improvements.

    • Frontend
    • Next.js
    • Performance
  4. Using the Storage object in Next.js

    How to use the browser's Storage object in Next.js.

    • Frontend
    • React
    • Next.js