Luqman Shabanluqmanshaban.blog·Oct 21, 2023React Router: A step-by-step guideIntroduction React Router is a crucial tool for building dynamic, single-page applications in React. It provides a seamless way to manage navigation, routing, and user interactions within your web application. In this article, we will explore the fun...Discussreact-navigation
Ashutosh Khandualaashuvssut.hashnode.dev·Oct 4, 2023Type Checking in React Navigation for React Native AppsI have observed that many of my colleagues encounter challenges when it comes to grasping the intricacies of implementing type annotations for React Navigation in React Native. Navigating through the maze of TypeScript and React Navigation can be a d...Discussreact-navigation
Nandani Paliwalblog.nandanipaliwal.co·Sep 24, 2023Routing in React with React RouterIntroduction As a software developer who has worked extensively with React, I can't stress enough how crucial effective routing is in building a seamless user experience. Routing is the backbone of any web application, and React Router is the go-to l...Discuss·5 likesreact-navigation
Hsiangyu HuProhsiang.dev·Sep 4, 2023Comparing React Native Modal and React Navigation ModalIntroduction Recently at work, my colleagues engaged in a discussion about whether to use React Native Modal or React Navigation Modal. In our tech stack, we already have both integrations, so there's no extra work required for setup. I never thought...DiscussReact Native
Hsiangyu HuProhsiang.dev·Sep 2, 2023Enhance React Navigation Structure Visualisation with ChatGPT SupportIntro Have you ever considered visualizing your React Navigation structure? If so, which tools do you utilize? Recently, I needed to construct a React Navigation tree for a presentation. So, I looked for different ways to show my React Navigation str...Discuss·30 readsReact Native
Aaron K Saundersaaronksaunders.hashnode.dev·Jul 26, 2023Expo Router Drawer Navigation - From the DocsOverview Welcome to the third installment of my Expo Router file-based routing video series! In this series, I will be diving into various aspects of Expo Router, including basic routing, dynamic routes, and the Drawer Navigator. As I delved into wor...Discuss·41 readsExpo
Ken Udehkenudeh.hashnode.dev·Jul 26, 2023How to build a hamburger menu in ReactMobile phones now account for over 55 per cent of the world’s web traffic. With this reality, responsive navigation has become a critical part of modern websites. In this tutorial, you'll learn how to build a responsive hamburger (navigation) menu in...Discussmenu
Aaron K Saundersaaronksaunders.hashnode.dev·Jul 24, 2023Expo Router Tab Navigation -From the DocsOverview Welcome to the second installment of my Expo Router file-based routing video series! In this series, I will be diving into various aspects of Expo Router, including basic routing, dynamic routes, and the Tab Navigator. As I delved into worki...DiscussExpo
Mangleshmanglesh.hashnode.dev·Jul 1, 2023Expo Router vs React NavigationBoth Expo Router and React Navigation are popular routing libraries used in React Native app development. While they serve similar purposes, there are some differences between the two: Compatibility: Expo Router is specifically designed for apps bui...Discuss·5 likes·1.1K readsReact Native
AdnanforRoyalZSoftwareroyalzsoftware.de·Jun 18, 2023How I built a custom header for react navigationI want to share my insights on how to integrate a custom header in a React native application. Why bother with custom headers anyway? Differentiate yourself; don't be stuck in a Matrix. ESCAPE FROM THE MATRIX!!!11!. Aside from the obvious Joke, there...Discuss·10 likes·398 readsreact-navigation