Docs
Introduction

Introduction

Another react router is a npm package, that allowes developers and users comfortable route between pages on their web applications built with react.

Why

This project is inspired by react-router and NEXT.js file based router.

So why then dont use react router or NEXT.js then?

The idea behind another react router to combine react router simpleness and NEXT.js file routing for developers a better DX. It is also perfect choice for people that want to stay away from RSC, but want to try file based routing with blazingly fast bundler's like vite.

Features

  • Route Configuration: Define routes in a multiple files and make your own infastructure, making it easy to manage and maintain your application
  • Typesafe: Router is fully typesafe out of the box, even the Link href attribute (see docs)

FAQ