17/12/2024
SSR is a mechanism in Next.js that receives data from the server side on each request and then passes this data to the page via props. This data may be required by a component that is deeply nested in the component tree hierarchy.
29/10/2023
Are you starting to learn NextJS or you want to learn how to integrate Bootstrap with NextJS? Then check this post for example and explanation.
Build a Simple ToDo App with NextJS and Bootstrap
In this article, we are going to build a NextJS based TODO application, will use Bootstrap to make UI a bit easier. For simplicity we are not making any API calls.
02/09/2023
Sitemap can be added to a site statically if you know the URLs already or can be added dynamically if the URLs are dynamic. You can write a script to generate the sitemap on the runtime or before the build phase.
How to Generate Sitemap Dynamically in NodeJS | JSON Beautify
Learn to dynamically generate sitemaps in NodeJS. Boost SEO by automatically updating sitemaps for your website. Dive into dynamic sitemap creation now!