TypeScript react-router

Open-source TypeScript projects categorized as react-router

Top 23 TypeScript react-router Projects

react-router
  1. fumadocs

    The beautiful & flexible React.js docs framework.

    Project mention: GitHub issues list not loading | news.ycombinator.com | 2026-04-27
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. wouter

    🥢 A minimalist-friendly ~2.2KB routing for React and Preact

    Project mention: One Year with Next.js App Router – Why We're Moving On | news.ycombinator.com | 2025-10-30

    Thanks for the correction, after looking at the types I'm guessing it's this bit: https://github.com/molefrog/wouter/blob/v3/packages/wouter/t...

  4. after.js

    Next.js-like framework for server-rendered React apps built with React Router

  5. conform

    Progressively enhance HTML forms with React. Build resilient, type-safe forms with no hassle using web standards.

  6. generouted

    Generated file-based routes for Vite

  7. houdini

    The disappearing GraphQL framework (by HoudiniGraphql)

  8. react-router-devtools

    Debug your apps, find hydration errors, trace your network and more in your react-router app with these devtools

  9. react-redux-saga-boilerplate

    Starter kit with react-router, react-helmet, redux, redux-saga and styled-components

  10. remix-forms

    Full-stack forms for React Router

  11. safe-routes

    Typesafe routing for React Router v7 apps.

  12. redux-first-history

    Redux history binding support react-router - @reach/router - wouter - react-location

  13. use-react-router-breadcrumbs

    tiny, flexible, hook for rendering route breadcrumbs with react-router v6

  14. express-webpack-react-redux-typescript-boilerplate

    :tada: A full-stack boilerplate that using express with webpack, react and typescirpt!

  15. react-router-typesafe-routes

    Enhanced type safety via validation for all route params in React Router v7.

    Project mention: TIL: `satisfies` is my favorite TypeScript keyword | news.ycombinator.com | 2025-11-22

    Sure. You tend to think about the edges of your application.

    1. Router

    Tanstack Router: Supports runtime validation libraries such as z0d. So I have routes such as example.com/viewer/$uuid/$number, it should 400 if those aren't actually validate uuid and numbers.

    React Router: Supports Types, but every type is a string because, well, they technically are, but this isn't useful in practice in my opinion. There are 3rd party libs such as: https://github.com/fenok/react-router-typesafe-routes

    2. API

    Lets say you're making your API public to clients you can't trust to send the correct data ( which probably also includes your own client ).

    https://www.npmjs.com/package/express-openapi-validator

    This library advertises validating both your input and your output

    3. State

    https://github.com/pmndrs/zustand/discussions/1722

    4. Database

    https://www.npmjs.com/package/prisma-zod-generator

    5. Forms

    https://medium.com/@toukir.ahamed.pigeon/react-hook-form-wit...

    6. ENV

    https://jfranciscosousa.com/blog/validating-environment-vari...

    Obviously checks on the agent are primarily a DX/UX thing, whilst checks on the server step are also security controls.

  16. yarr

    A React router library enabling the render-as-you-fetch concurrent UI pattern. (by erictaylor)

  17. typesafe-routes

    Spices up your favorite routing library by adding type safety to plain string-based route definitions.

  18. vite-ssr-boost

    Super easy framework based on Vite for create awesome SSR or SPA applications on React and React Router.

  19. remix-t3-stack

    TodoList example use remix-t3-stack: remix (react-router v7) + vite + trpc + tailwindcss + typescript + prisma + jwt + pnpm + react-hook-form + react-query + next-themes + zod + lucide-icons + docker + vercel

  20. NetStatus

    Internet speed & offline status monitor. Upload, download, ping, latency dashboard display

  21. react-proto

    Template React project with full TypeScript and SSR support. (by StopNGo)

  22. NexaView

    A web-based dashboard built to provide real-time weather forecasts, global news, task management and personalized tools using Redis-powered caching.

  23. rapid-react

    A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood. :atom:

  24. detecting-route-change-react-route-dom-v6

    Detecting Route change in react router v6

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript react-router discussion

Log in or Post with

TypeScript react-router related posts

  • Merging Remix and React Router

    6 projects | news.ycombinator.com | 15 May 2024
  • Supercharged React Starter

    1 project | news.ycombinator.com | 26 Jul 2023
  • Supercharged React Boilerplate with Atomic UI, Ant Design and Redux Toolkit

    1 project | news.ycombinator.com | 13 Jun 2023
  • How to keep a page rendered, wait for everything to load before navigating?

    3 projects | /r/reactjs | 6 Jun 2023
  • React Router Typesafe Routes v1.0.0 is Here 🎉

    1 project | dev.to | 23 Jan 2023
  • Having an unusual react-router-dom issue - "Package path ./unstable-native-dependencies is not exported from package"

    1 project | /r/react | 24 Oct 2022
  • Making Nuxt.js clone with Vue 3 and Vite (Vue Server Side Rendering)

    8 projects | dev.to | 30 Aug 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source react-router projects in TypeScript? This list will help you:

# Project Stars
1 fumadocs 12,101
2 wouter 7,838
3 after.js 4,098
4 conform 2,554
5 generouted 1,217
6 houdini 973
7 react-router-devtools 967
8 react-redux-saga-boilerplate 617
9 remix-forms 517
10 safe-routes 509
11 redux-first-history 453
12 use-react-router-breadcrumbs 268
13 express-webpack-react-redux-typescript-boilerplate 167
14 react-router-typesafe-routes 167
15 yarr 141
16 typesafe-routes 128
17 vite-ssr-boost 116
18 remix-t3-stack 107
19 NetStatus 100
20 react-proto 100
21 NexaView 96
22 rapid-react 71
23 detecting-route-change-react-route-dom-v6 66

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?