Abhishek Holaniabhishekh007.hashnode.dev·Apr 25, 2023Data Fetching in NextJSIntroduction In today's digital world, websites, and web applications have become essential to our lives. With the increasing demand for fast and responsive web experiences, developers are always exploring new ways to enhance website performance. Nex...4 likes·46 readsdata fetching
Sandeep Bhatiasitecore.hashnode.dev·Jan 22, 2023Building Sitemaps using Sitecore Headless Services / NextJs GraphQLRecently I have been working on a 10.2 Sitecore JSS (NextJS/React) using SXA multisite environment. SXA is best for adding Tenants and Sites and managing the Content Tree with Local Data and site-specific Media Library and Data Template management. L...1.4K readsSitecore
Ogbonna Sundayblog.ogbonna.dev·Dec 25, 2022Understanding getStaticProps in Next.jsIntroduction Before I dive into the topic for today getStaticProps, Let me do a brief intro to what Next.js is: As seen in the image above from Next.js official webpage, Next.js is known to be the React framework for Production. One of the main bene...1 like·150 readsNext.js
Chukwuka Reubenreuben09.hashnode.dev·Jul 24, 2022Understanding Prerendering in Next.jsReact is great for building Single Page Applications that run fast and perform well. But, using React is very problematic from an SEO standpoint. Folks, that's where prerendering comes in: What is Prerendering Prerendering is a process to render ele...3 likes·130 readspre rendering