react-router
vite
react-router | vite | |
---|---|---|
172 | 878 | |
53,835 | 70,189 | |
1.0% | 2.1% | |
9.9 | 9.9 | |
1 day ago | 1 day ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-router
- A journey from Next.js to React Router (remix)
-
🍞 React Router v7: The Problem with Toasts After Form Submissions
Recently, I was working on a React Router v7 application where I needed to display a toast notification after a (un)successful form submission. Naturally, I used an action to return the submission status and utilized it inside a useEffect to trigger the toast. Here's what my initial code looked like:
-
Engage Users Instantly: Embed an Interactive Demo in your React SPA
+import { MemoryRouter, UNSAFE_LocationContext } from 'react-router' export const InteractiveDemo = () => { return ( + // Hack to nest MemoryRouter inside BrowserRouter. + // https://github.com/remix-run/react-router/issues/7375 + + + + ) }
-
17 Tips from a Senior React Developer
A simple React, Vite, and react-router setup can go a long way.
-
React + AI Stack for 2025
Now, I'm not saying it's the only option. Remix is still awesome for full-stack apps, and there's this new kid on the block called Tanstack Start that's doing some cool things so make sure to keep an eye out. And hey, if you just need routing, React Router V7 was recently launched.
-
14 Must-Have React Libraries Every Beginner Developer Should Know in 2025: 🚀
The standard for handling navigation in React apps. It allows you to handle navigation between different components and pages seamlessly. 🔗reactrouter.com
-
Migrating from react-router to wouter
react-router adds about 30 kB (minified) to your bundle, while wouter requires less than 4 kB. Although the react-router team has made significant efforts in version 7 to optimize its bundle size, it still feels excessive if your primary task is simply switching between a few routes.
-
Building a Scalable URL Shortener with Node.js (Part 2/2)
react-router-dom: Enables client side routing.
- 14 Super Useful React Libraries You Should Know
-
Navigate the React Developer Landscape in 2024: Essential Skills and Trends
React Router Documentation
vite
-
Easily Sync Your Subtitles with React, RHF and shadcn/ui
We'll use React with Vite, shadcn/ui (a collection of reusable components I have been wanting to try for a while), React Hook Form for form management, and Zod for schema-based form validation.
-
Migrating a Legacy Project from Vue CLI to Vite
Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.
-
A Quick Intro to React.js
Tools like Vite should be used to build React components and JSX into a javascript bundle that can be executed in the browser.
-
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
Start a new TypeScript project called ‘wasm-on-web’ with Vite (or your framework of choice, if any)
-
Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks
Astro Next.js Remix Vite Tanstack Start
-
17 Tips from a Senior React Developer
A simple React, Vite, and react-router setup can go a long way.
- Advanced React SSR Techniques with Streaming and Dynamic Data
-
List of Github Boilerplates
Repo: Vite React TypeScript Starter
-
Top 10 Vue.js libraries you should be using in 2025
Vite is a modern JavaScript build tool designed to provide a faster and leaner development experience for web projects. Pronounced “veet,” Vite is French for “quick” or “fast,” reflecting its focus on speed and efficiency.
- Vite is a fast front end build tool
What are some alternatives?
wouter - 🥢 A minimalist-friendly ~2.1KB routing for React and Preact
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Router5 - Flexible and powerful universal routing solution
gulp - A toolkit to automate & enhance your workflow
react-router-redux
Next.js - The React Framework
universal-router - A simple middleware-style router for isomorphic JavaScript web apps
parcel - The zero configuration build tool for the web. 📦🚀
redux-router - Redux bindings for React Router – keep your router state inside your Redux store
tsup - The simplest and fastest way to bundle your TypeScript libraries.
redux-first-history - Redux history binding support react-router - @reach/router - wouter - react-location
Refine - A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.