Home > References > Web Development

References - Nextjs references

Discuss Nextjs best practices and quick tips and tricks. Each topic covers solutions for potential development challenges developers face during Nextjs app development.
Next js quick references and tips

Next js quick references and tips

Discuss 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 getServerSideProps

Nextjs How to use getServerSideProps

In 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 Js

How to use google adsense in Next Js

Using 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 Nextjs

Routing in Nextjs: How routing works in Nextjs

Routing 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 NextJs

2 Ways to Implement Page Layouts in NextJs

Discusses ways to implement Nextjs layout templates to use across your web application
August 23, 2022
Fix for Next.js ReferenceError window is not defined

Fix for Next.js ReferenceError window is not defined

This article explains how to fix the window not defined ReferenceError in Next.js and Nodejs. Also applicable for React.js.
June 23, 2022