Routing for React

React Routify The purpose of React Routify is to provide routing to React applications without scattering domain specific language throughout your codebase. Wherever possible, React Routify uses existing constructs provded by Re
Information
Category: JavaScript / Routing
Watchers: 5
Star: 116
Fork: 4
Last update: Nov 18, 2023

Related Repos



FaztWeb Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np
 
34

zoontek react-chicane A simple and safe router for React and TypeScript. Installation yarn add react-chicane Run the example git clone [email protected]:zoontek/
 
14

neg4n Next.js API Compose Β· Introduction This library provides simple yet complete higher order function with responsibility of composing multiple middlewar
 
24

nanostores A tiny (660 bytes) router for Nano Stores state manager
 
33

egoist @egoist/router A router that works in Node.js, browser and Deno. Install For Node.js: npm i @egoist/router import { Router } from '@egoist/router' For
 
42

htunnicliff Next.js API routes are a ridiculously fun and simple way to add backend functionality to a React app. However, when it comes time to add middleware, there is no easy way to implement it.
 
14

aloisdeniel Using freezed objects as routes with URI serialization.
 
163

uhyo rocon Ultimate type safety for your routing and navigation. Usage See the Rocon Tutorial. Currently React binding of Rocon is provided. Supported Brow
 
118

franciscop React Plain Router A tiny React router that works exactly as expected with native Javascript: // App.js import React from 'react'; import router from 'react-plain-router'; // Wrap it and you can use normal anchor links expo
 
1.7k

router5 Router5 Official website: router5.js.org router5 is a framework and view library agnostic router. view / state separation: router5 processes routing instructions and outputs state updates. universal: works clien
 
277

kevindurb router A simple js router designed to solve one problem outside of any other frameworks like React, Angular, or Vue Installing npm install --save @kevindurb/router Usage import { router } from '@k
 
73

mufancom Boring Router A light-weight, type-safe, yet reactive router service using MobX. Why There are multiple reasons pushing me to write Boring Router instead of sticking with React Router. Making React Router work
 
536

lukeed regexparam A tiny (299B) utility that converts route patterns into RegExp. Limited alternative to path-to-regexp πŸ™‡ With regexparam, you may turn a pathing string (eg, /users/:id) into a regular expression. An o
 
7.6k

visionmedia Tiny Express-inspired client-side router. page('/', index) page('/user/:user', show) page('/user/:user/edit', edit) page('/user/:user/album', album) page('/user/:user/album/sort', sort) page('*', notfound) page()
 
713

rapidjs An ORM-like Interface and a Router For Your API Requests Create simple, reusable, and cleaner wrappers, define custom routes, and more for your API requests. Read the official docs at https://rapidjs.io.