Articles for the Routing tag
-
Inertia.js for React: The SPA That Forgot to Build an API
Building a single-page app usually means building two apps: a backend API and a frontend that consumes it. Inertia.js quietly deletes one of them.
-
React Navigation: Charting a Course Through Your React Native App
React Native ships with no router at all. React Navigation has spent years filling that gap, and its v7 static API makes wiring up screens cleaner than ever.
-
Expo Router: File-Based Navigation That Crosses Every Screen
If you have ever wired up React Navigation by hand and longed for the comfort of a Next.js app directory, Expo Router is the bridge you have been waiting for.
-
Redux-URL: Orchestrating URL and State Harmony
Explore the power of redux-url, a middleware that bridges the gap between your Redux store and URL parameters. Learn how to effortlessly manage application state through the URL, enhancing user experience and simplifying development.
-
Revolutionize Your Node.js Routing with Routex
Routex is a game-changing Node.js router that combines modern API design with the familiarity of Express and Koa. With its promise-based approach and TypeScript support, it’s set to revolutionize how developers handle routing in their Node.js applications.
-
Time-Traveling with redux-history-transitions: Seamless Route Changes in React Apps
Embark on a journey through time and space with redux-history-transitions, a Redux store enhancer that seamlessly integrates route changes with state management in React applications. Say goodbye to scattered transition logic and hello to a more organized, action-driven approach to navigation.
-
Charting Redux Waters with VStack Router
Navigating the complex waters of state management and routing in React applications can be challenging. Redux VStack Router offers a lifeline, providing a simple yet powerful way to keep your app’s URL and Redux store in perfect harmony.
-
Charting Your Course: Redux-Router5 for Seamless React Navigation
In the vast ocean of React development, finding the right navigation tools can be challenging. Redux-router5 emerges as a lighthouse, guiding developers through the choppy waters of state management and routing. This article will explore how this powerful library can help you chart a smooth course for your React applications.
-
Charting the Course: Navigating Redux Seas with React Router Redux
Embark on a journey through the intricate waters of state management and routing with react-router-redux. This powerful library acts as the lighthouse, guiding your application’s state and navigation in perfect harmony.
-
Orchestrating Redux Routes with redux-director: A Symphony of State and Navigation
In the world of React development, managing state and routing can often feel like conducting a complex orchestra. Enter redux-director, a library that seamlessly blends Redux state management with the Director routing library, creating a harmonious symphony of navigation and state control in your React applications.