Vishal Nayakvishalnayak.hashnode.dev·17 hours agoMastering Navigation in React Native: A Comprehensive GuideNavigation is a crucial aspect of mobile app development, enabling users to effortlessly navigate between different screens and features. In the world of React Native, a powerful framework for building cross-platform mobile applications, mastering na...React Native
Carmine Tambasciablog.allaroundjavascript.com·Jan 11, 2025Battle of the Architectures: Dynamic UI with RTK Query vs. Next.js Simplicity1. Introduction When building a modern web application, developers are spoiled for choice with tools and frameworks. On one side, we have RTK Query and React Router, providing flexibility and control over data fetching and routing. On the other, Next...43 readsFrontendReact
Polar The Explorerlogicbricks.hashnode.dev·Jan 7, 2025Isomorphic Development and ReactJS 🚀1. SPA Challenges Single Page Applications (SPAs) provide great user experience, but they face challenges with SEO (Search Engine Optimization) and initial page load performance. Traditional SPAs rely on client-side rendering, which can lead to slo...2 likesjs
Prashant Pathakppathak.hashnode.dev·Jan 6, 2025Everything You Need to Know About React RoutingRouting is an essential part of web applications, enabling users to navigate between different pages or sections of a single-page application (SPA) without requiring a full page reload. React, one of the most popular JavaScript libraries for building...React
Shivam barthwalshivamcoder.hashnode.dev·Jan 2, 2025Frontend Unlocked: React BasicsReact has revolutionized how we build user interfaces. Its component-driven architecture, efficient state management, and powerful hooks make it a must-learn library for every frontend developer. In this post, we'll dive into React basics, covering c...React
Ákos Kőművesakoskm.com·Dec 29, 2024React Router Vitest ExampleI'll show you how easy it is to get started with React Router 7, Vite 6, and Vitest 2. But first, do you know what’s common in React Router, Remix, and Vite? They are all key building blocks of modern React applications. React Router has been around ...vitest
Polar The Explorerlogicbricks.hashnode.dev·Dec 27, 2024JavaScript Debounce deep dive.🚀Implementing a debounce function is one of the most common questions for any JavaScript developer in interviews. There are numerous blogs and tutorials where people have explained the concept with images and simplicity, but this article will aim to g...1 like·56 readsJavaScript
Ihab Khattabihabkhattab.hashnode.dev·Dec 15, 2024What I Personally Love About Remix and React Router v7I’ve recently been diving deeper into Remix and the new React Router v7, and I have to say—I really enjoy how they approach web development. Unlike many frameworks that abstract away the web platform, Remix and React Router v7 embrace its fundamental...1 like·45 readsreact router v7
Ravindra Nagblog.ravindranag.in·Nov 30, 2024Route Transitions using motion (previously framer-motion)Hey there! I am working on my portfolio and plan to use motion’s AnimatePresence and layout animations. Its very exciting to see the creative peeps coming up with these amazing transitions using motion. I have managed to animate the change of routes....1 likeReact
Vishal Singhthevishingh-react-roadmap.hashnode.dev·Nov 24, 2024React Roadmap for Beginners 🤖React is a JavaScript library used for building user interfaces, primarily for web applications. It was developed and is maintained by Meta (formerly Facebook) and has become one of the most popular tools for front-end development. Key Features of Re...30 readsReact