Ido Evergreenidoevergreen.hashnode.dev·Apr 1, 2023Incremental Static Regeneration in NextjsIn recent years, the concept of static site generation has become increasingly popular in the world of web development. Static site generators like Gatsby, Hugo, and Jekyll have gained popularity because they offer several advantages over traditional...41 readsNext.js ISR
Maximilian Kaskemxkaske.hashnode.dev·Oct 28, 2022How to implement a page view counter in Next.js with UpstashI want to show you how to increase a view counter without additional UI shift. With the instructions below, you will be able to add a counter into any of your Next pages within less than 5 minutes. ⚠️ This is a Next 12 tutorial. It will get updated ...2 likes·1.1K readsUpstash
Dinesh Imaduwa Gamagedaminda.hashnode.dev·Oct 7, 2022How to use webhook in Next.js On-Demand ISRWhat are webhooks? A webhook is a way for an application to communicate with other external applications. Apps use webhooks to send automated messages or information to other apps. For example, Payal would tell your accounting app whenever a client p...1 like·41 readsJS frameworks & Librarieswebhooks
Dinesh Imaduwa Gamagedaminda.hashnode.dev·Sep 9, 2022A simple & clear guide to On-Demand ISR in Next.jsWhat is on-demand ISR? On-demand ISR is a new feature added to the existing incremental static regeneration ( ISR ) in Next.js. Using ISR developers can reduce build-time in SSG. And most importantly, updating the cache periodically at a previously s...145 readsJS frameworks & LibrariesNext.js
Dinesh Imaduwa Gamagedaminda.hashnode.dev·Aug 4, 2022The Ultimate Guide To Incremental Static Regeneration ( Isr ) In Next.jsIncremental Static Regeneration ( ISR ) is relatively a new feature in Next.js. It is immensely helpful for a developer, and greatly improves the performance of web applications. You need to have an understanding of getStaticProps and getstaticPathst...2 likes·249 readsJS frameworks & LibrariesNext.js