Articles by Tag #router

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

React Router has merged with Remix, should you use a different router?

At ReactConf 2024, the Remix framework team announced merging the Remix full-stack framework into...

Learn More 12 0May 17 '24

Layout with React Router v6

Step 1: Setup React Router v6 npm i -D react-router-dom@latest Enter fullscreen...

Learn More 7 0Aug 22 '24

Implementing Breadcrumbs in React using React Router v6

Breadcrumbs are important in the development of webpages as they provide users with a way to keep...

Learn More 5 0Sep 28 '24

React Router: Navigating the Modern Web! 🧭

In single-page applications, you don’t want the whole page to reload every time a user clicks a link....

Learn More 4 0Apr 13

Remotely Control Raspberry Pi via SSH from External Network

Learn how to SSH into your Raspberry Pi from any network. This is critical in IoT since you can...

Learn More 2 0May 5 '24

Understanding `context.push` vs `context.go` in Flutter's GoRouter

Navigating between screens is a fundamental aspect of any Flutter application. With the advent of the...

Learn More 2 0Jan 12

How to create authenticated routes with the new Expo SDK 51 using Expo Router

In this blog post, we will be covering “how to create authenticated routes” with the new Expo SDK...

Learn More 1 0Nov 14 '24

Not allow user click to back to before page through button of navigator with React

import { useNavigate } from 'react-router-dom' const navigate = useNavigate() navigate('/sign-in',...

Learn More 1 1Jun 27 '24

Building in Public: React Image Layout with Flexbox and Grid - ACT 4: Mastering React Router and Responsive Navigation

EPISODE ONE: react-image-rendering ACT 4: ACT 4:PART ONE: INTRO/RECAP: {In the last ACT, we covered...

Learn More 1 0Nov 13 '24

Using React Router v6 with Client-Side Routing

The differences between Router v5 (version 5) and v6 (version 6) are many. In this blog post, I'll be...

Learn More 0 0May 28 '24

Nextjs API Router

How to Use the Next.js API Router in Next.js with TypeScript Next.js is a powerful framework that...

Learn More 0 0Sep 28 '24

Nokia Fastmile 4g05-a Band Switching Configuration

NB: you will need to research bands supported by your carrier before beginning this process Airtel...

Learn More 0 0Jul 19 '24

React Router DOM

Introduction to React Router DOM Imagine your React app is a magical theme park, and each...

Learn More 0 0Aug 18 '24

Basic React JS Router and Components

React JS Router is a library that enables navigation between different components in a React...

Learn More 0 0Jun 5 '24

What are the steps to build a basic PHP router?

In my last project, I have a direct mapping between a file path , address bar and a controller. If I...

Learn More 0 4Jun 13 '24