Next js quick references and tipsDiscuss five tips to make your Nextjs development easy. See how env local variables, changing default server port, dynamic javascript, title, and meta description, and refresh getS... October 3, 2022 |
Nextjs How to use getServerSidePropsIn simple terms, getServerSideProps enables a page to render server-side. getServerSideProps renders your client-side page in server-side and returns a hydrated SEO-friendly HTML ... October 9, 2022 |
How to use google adsense in Next JsUsing Adsense in Next js needs a different approach compared to a traditional request-based website. This article explains how to use Google Adsense in a Next js application. October 9, 2022 |
Routing in Nextjs: How routing works in NextjsRouting works differently in Next js compared to React js. This tutorial explains how Next js routing works with a downloadable project example. August 23, 2022 |
2 Ways to Implement Page Layouts in NextJsDiscusses ways to implement Nextjs layout templates to use across your web application August 23, 2022 |
Fix for Next.js ReferenceError window is not definedThis article explains how to fix the window not defined ReferenceError in Next.js and Nodejs. Also applicable for React.js. June 23, 2022 |