Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdsuwwz/history-router-handler
Simple History API for router
https://github.com/pdsuwwz/history-router-handler
aftereach beforeeach history popstate pushstate router
Last synced: 13 days ago
JSON representation
Simple History API for router
- Host: GitHub
- URL: https://github.com/pdsuwwz/history-router-handler
- Owner: pdsuwwz
- License: mit
- Created: 2021-11-17T02:07:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T05:40:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T18:19:38.675Z (3 months ago)
- Topics: aftereach, beforeeach, history, popstate, pushstate, router
- Language: JavaScript
- Homepage: https://history-router-handler.vercel.app/
- Size: 39.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# history-router-handler
History API for router🚀 [Playground](http://history-router-handler.vercel.app/)
## Install
Run `pnpm i` to install the dependencies.
```bash
pnpm i
```## Quickstart
Run `pnpm dev` to start the frontend dev server.
```bash
pnpm dev
```