Khan Rabiul

Khan Rabiul @khanrabiul

About: I'm a tech enthusiast. Always eager to embrace challenges that help me grow and improve.

Location:
Bagerhat, Khulna, Dhaka, Bangladesh
Joined:
Jun 16, 2024

Khan Rabiul
articles - 16 total

Parallel Routes in Next.js

Parallel routes is a powerful feature in Next.js. It allows you to render one or more independent...

Learn More 0 0May 26

Templates in Next.js

In Next.js layout.tsx is a shared UI component between routes. layout.tsx never rerenders when we...

Learn More 2 0May 23

Link and its props in Next.js

In this article we will describe Next.js Link and its props Link is primarily used to...

Learn More 1 0May 18

Layout in Next.js

layout.tsx takes a React component as a children. There is a default layout file in the app...

Learn More 1 0May 8

Dynamic Routes in Next.js

A dynamic route lets your application handle URLs whose segments aren’t known ahead of time. In...

Learn More 0 0May 4

useRouter in Next.js

The useRouter is a hook in Next.js providing programmatic navigation and access to the current...

Learn More 1 0Apr 30

Routes Group - Next.js

We know that creating any folder in App Router creates a route. But if you want to create nested...

Learn More 0 0Apr 22

How to create page in Next.js

page.tsx File-based routing is introduced in Next.js from v13. That means the file's name...

Learn More 3 0Apr 20

Tailwind CSS V4 Dark Mode

How to implement theme toggler in tailwind CSS v4 in React project Theme...

Learn More 1 0Apr 3

NavLInk

NavLink, Link-এর মতই কাজ করে। তবে এটি Navigation Link তৈরিতে ব্যবহৃত হয়। NavLink active state handle...

Learn More 0 0Dec 15 '24

To nest or not to nest

কখন Route nest করতে হবে কখন করতে হবে না Nested Routes ব্যবহার Parent-Child...

Learn More 0 0Dec 10 '24

Index Routes

Index Routes, React Router-এর একটি বিশেষ বৈশিষ্ট্য যা একটি route-এর default child নির্দেশ করে। যখন...

Learn More 0 0Dec 6 '24

Nested Routes

Nested Routes কী? Nested Routes হলো একটি root এর মধ্যে এক বা একাধিক root বা child root set...

Learn More 0 0Dec 3 '24

Relative Paths

Absolute Path Absolute Path হলো এমন একটি পাথ যা application-এর root ("/") থেকে শুরু করে।...

Learn More 3 0Nov 29 '24

React Router- Params

Params is an important feature of React Router, which helps to retrieve data from URLs through...

Learn More 2 0Nov 21 '24

All About JavaScript Function

What We Will Learn? What Is Function Terminologies Different Types of...

Learn More 0 1Sep 12 '24