Shivank Kapurshivankkapur.hashnode.dev·Nov 19, 2023Let's Explore Router Nitro & it's Architecture! 🚀Introduction Heya folks, in this article we're gonna deep delve into what Router Nitro is and how its Architecture works. But before that, if you don't know what Router Protocol is then lemme explain it to you! Router Protocol is a solution introduce...Discuss·10 likesrouter
Hugo Ramon Pereirahramonp.hashnode.dev·Nov 17, 2023Protected Routes with React.js and Next.jsIntroduction In order to handle routes in React.js we have to install a third party package named React-Router-Dom. This package wasn't developed by the React core team but it is a trusted package in React's community. So this article aims to show wa...DiscussReact
Amitesh Vermaamiteshverma.hashnode.dev·Nov 8, 2023Demystifying React Router DOM: A Step-by-Step TutorialIn this blog, we will explore React Router, a popular third-party library in the React ecosystem, and discover how to harness its power to manage routing and navigation in single-page applications. By the end of this guide, you'll be able to create e...Discuss·12 likes·36 readsReact
Chidinma Okwuohachidinmablog.hashnode.dev·Oct 14, 2023How to route header and footer in vue using Vue router, using storytellingIn the bustling city of Lagos, there lived a talented artist named Nini. Nini was renowned for her captivating artwork, and she had a dream of sharing her creativity with art enthusiasts around the world. To do this, she decided to build a beautiful ...DiscussVue.js
Anish Khadtareanishsblog.hashnode.dev·Oct 14, 2023How to use React RouterReact Router is a popular library for handling client-side routing in React applications. It allows you to create single-page applications with multiple views and URLs, making it easy to navigate between different components without full-page reloads...Discuss·6 likesFrontend Development
Rabindra Man Bajracharyarabindramb.hashnode.dev·Oct 7, 2023Hidden Backdoor in Digicom Router?In this article, let us take a close look into the Digicom router DG-M342T. First, let us view the technical specifications of the router. It's a 2.4 GHz router with 1 WAN Port and 4 LAN Port. Nothing fancy, but it's a decent router for use as a seco...Discuss·39 readsrouter
Felipe Faragutifaraguti.hashnode.dev·Sep 29, 2023Remote Access to Your MikroTik Router via WinBoxMikroTik routers are known for their robust security features, and by default, they are configured to restrict WinBox access from the internet. However, there are legitimate scenarios where you might need to access your MikroTik router remotely using...Discussrouter
Bimal Dhitalblog.bimal1412.com.np·Sep 16, 2023Enable IPv6 on a Secondary Router running OpenWRTIn recent years, ISPs here in Nepal have started deploying IPv6 in their network. For users who have a Linux server with tons of self-hosted things, this is a godsend feature. With IPv6 there is no need for NAT and any sort of complication. You just ...Discuss·39 readsipv6
Rishi MeenaforRishi Meena's Blognodejsblog.hashnode.dev·Sep 15, 2023Understanding Express.js Router (Node.js): A Comprehensive GuideIntroduction Express.js is a popular web application framework for Node.js that simplifies building web applications and APIs. One of its key features is the ability to create modular and organized routing using routers. In this article, we will expl...DiscussNode.js
Kum Somikumsomi.hashnode.dev·Sep 1, 2023Adding react router to a react appIntroduction We mostly use react-router for changing the routes of our project. Let's say I'm building an e-commerce app that would take me to different pages like the home page, product page, cart page, wishlist page, and orders page. To redirect my...Discuss·37 readsrouter