Real Time Data With Next.JS

System Information
  • Strapi Version: 3.4.6
  • Operating System: Kubuntu 20.10
  • Database: MongoDB
  • Node Version: 14.15.5
  • NPM Version: 6.14.11
  • Yarn Version: 1.22.5

How would I create real time data with Next.JS?

Can you be a bit more specific?

Like if I update my blog post on Strapi it live update on my frontend

You could trigger something like webhooks to rebuild the frontend (it’s what we do with https://strapi.io)