Latest #nextjs tweets

Updated on 14:56:33 GMT+0000 (Coordinated Universal Time), this page is being revalidated by a webhook that fires when relevant tweets for #nextjs are made. The webhook contains a secret key that validates the request to avoid DDOS attacks:

export default async function handler(req, res) {
  // Check the secret
  if (process.env.SECRET === req.headers["x-secret-key"]) {
    // Revalidate /tweets route
    await res.revalidate("/tweets")

    // Return a response for debugging
    return res.json({ revalidated: true })
  }

  // If secret is not correct, return 401
  return res.status(401).end()
}

πŸš€ Finally worked out syntax highlighting in Next.js! πŸŽ‰ πŸ’» After weeks of tinkering, I've got the simple solution to share with you! πŸ™Œ Check out the 5 minute guide to MDX syntax highlighting πŸ‘‡ https://t.co/dgyHT32NH5 #Nextjs #Buildinpublic

Wanted React+Next.js Developer Job Location: Chennai/Madurai Send your CV to Email:jobs@dinamalar.in #React #Nextjs #softwaredeveloper #Developerhiring https://t.co/62vT4kbnTt

You can quickly migrate a page from getStaticProps to the new #nextjs app dir by moving the whole page into a client component and creating a page.tsx that fetches the data and renders this client component. Page.tsx is a server component (hence no "use client" at the top). https://t.co/NFqeKuTJVU

Learn #Nextjs #SWR Data fetching and Caching and make Custom Hooks to Fetch Data, Create, Update, Delete etc. just in 1 Video and Its will be Re-usable! #webdev #nextjs13 #caching #hooks #customHooks https://t.co/lbwlibJy0a

dogfooding New term i learnt from the latest #Nextjs release notes. It means using your own tools right from the alpha stage to work out the kinks. Anyone else never heard of this?

Another day to see shege, Next.js well done #Nextjs #javascript #FrontEndDeveloper

If you're a React developer and looking to provide more value to your clients faster, swing by my talk at this month's @ReactCPH Meetup on May 25, starting at 5:00 PM! Free tickets and more details on the Meetup page: https://t.co/wsxQsyKDma #react #nextjs #meetup https://t.co/maeW9qlztN

Need help with nextjs image loader. I am using Image component. Some product shows old image first and then new image. srcset is changed actually. #nextjs https://t.co/HNi6eYIRSh

What is the latest Strapi news? πŸ’Œ πŸ’₯ April’s product updates πŸ—οΈ Build an application with #NextJs and #Strapi ☁️ Add an external database to Strapi Cloud More here πŸ‘‡ https://t.co/MqynfgJCgQ https://t.co/2f5DhMGxfs

Become a Master of Modern React Web Development by Building 4 Web Apps #react #nextjs #tailwindcs #stripe #webdev #programming https://t.co/xgqv5RS9PS


Back to home