@tinkoff/router
TypeScript icon, indicating that this package has built-in type declarations

0.3.113 • Public • Published

@tinkoff/router

Routing library. It can work both on the server and on the client. Designed primarily for building isomorphic applications.

Link to complete Router documentation - https://tramvai.dev/docs/features/routing/overview/

Installation

You need to install @tinkoff/router:

yarn add @tinkoff/router

And connect it to the project:

import { Router, SpaHistory } from '@tinkoff/router';
import { NoSpaRouter } from '@tinkoff/router';

const spaRouter = new Router({ history: new SpaHistory() });
const noSpaRouter = new NoSpaRouter();

Readme

Keywords

none

Package Sidebar

Install

npm i @tinkoff/router

Weekly Downloads

1,489

Version

0.3.113

License

Apache-2.0

Unpacked Size

190 kB

Total Files

97

Last publish

Collaborators

  • yeahga
  • sradyukov
  • hondasmx
  • makar_l
  • tinkoffbank
  • dmitry-korolev
  • rouland
  • ishivan
  • ytsareva
  • shoom3301
  • waterplea
  • meskill
  • marsibarsi
  • zig-green
  • super_oleg
  • dersizes
  • alexkvak