How to redirect to another page in ReactJS ?
Redirect to another page in React JS refers to navigating to different components in the single page react app using the react-router-dom package. To switch between multiple pages react-router-dom t enables you to implement dynamic routing in a web page....
read more
How to navigate on path by button click in react router ?
Navigation in React JS is done by implementing the routing between components using react-router-dom....
read more
How to create module with Routing in Angular 9 ?
Angular applications are modular, and NgModules is Angular’s own modular architecture. NgModules are containers for closely integrated application domains, workflows, or feature sets that comprise cohesive code blocks. Their scope is governed by the NgModule they include, and they can contain components, service providers, and other code files. You can import functions from other NgModules or export a subset of them for use by other NgModules....
read more
How to setup 404 page in React Routing ?
Every Website needs a 404 page if the URL does not exist or the URL might have been changed. To set up a 404 page in the angular routing, we have to first create a component to display whenever a 404 error occurs. In the following approach, we will create a simple react component called PagenotfoundComponent....
read more
How to open a component in a new tab in React JS ?
React Router is a standard library for routing in React. It enables the navigation among views of various components in a React Application, allows changing the browser URL, and keeps the UI in sync with the URL. In this tutorial, you will understand how to open a new component in another tab while residing in the main application....
read more
Build Your First Router in Node.js with Express
Express.js  is a powerful framework for node.js. One of the main advantages of this framework is defining different routes or middleware to handle the client’s different incoming requests. In this article, we will discuss, how to use the router in the express.js server....
read more
What is Routing and Nested Routing in Angular 9/8 ?
In this article, we will learn the routing & nested routing concept in Angular. We will implement the concept to establish routing between different components by making their routes when a user clicks the link, it will be navigated to a page link corresponding to the required component. Let’s understand the routing in Angular....
read more
Spanning Tree Protocol in CCNA
Spanning Tree Protocol (STP) is a protocol that prevents Layer 2 loops or Bridging loops by computing a tree structure of nodes in a network. It also prevents MAC Flapping  (an event that occurs when a switch receives packets on different interfaces with the same source MAC address)...
read more
How To Use a Router as a Gateway?
A router is a networking device that forwards data packets between computer networks. It works by receiving incoming data packets and forwarding them to the appropriate network based on their destination address. This allows multiple devices to communicate with each other and access the internet using a single connection. In addition to forwarding data packets, routers can also provide network security, manage network traffic, and connect multiple networks together....
read more
Configuring RIP Triggered Updates in Cisco
RIP (Routing Information Protocol) is a Distance Vector Routing Protocol (DVRP) which generally uses hop counts to find the best path to the destination.  By RIP, we will be talking about the RIPv2 by default. Since RIPv2 is a dynamic routing protocol:...
read more
Cisco Routing Protocol Metrics
Routing protocols are a set of rules which are used to define an optimal route between sources and destination systems in a network. Basically routing works on the network layer of the OSI reference model....
read more
Router Components, Boot Process, and Types of Router Ports
A router is a network device that forwards information packets among PC networks...
read more