# twist-router **Repository Path**: mirrors_adobe/twist-router ## Basic Information - **Project Name**: twist-router - **Description**: Router library for the Twist JavaScript framework - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Twist Router [![Build Status](https://travis-ci.org/adobe/twist-router.svg?branch=master)](https://travis-ci.org/adobe/twist-router) This library provides client-side routing for JavaScript applications built using [Twist](https://github.com/adobe/twist). This lets you manage page transitions in your application and tie these to changes in the URL. It also provides a full history service. ## Installation - `yarn add @twist/router` - Add `@twist/router` to the `"libraries"` section of your `.twistrc`. ## Documentation Please see the detailed [documentation available here](docs/index.md). ## Example To play with the example in this repository, run: ``` yarn install yarn run watch ``` Then go to `http://localhost:9000/` in your browser.