https://github.com/lizainslie/waku-tanstack-poc
Integrate Waku with the Tanstack Router
https://github.com/lizainslie/waku-tanstack-poc
tanstack-router waku
Last synced: 12 months ago
JSON representation
Integrate Waku with the Tanstack Router
- Host: GitHub
- URL: https://github.com/lizainslie/waku-tanstack-poc
- Owner: LizAinslie
- License: mit
- Created: 2024-01-05T06:01:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:11:38.000Z (over 2 years ago)
- Last Synced: 2025-05-18T12:08:04.039Z (about 1 year ago)
- Topics: tanstack-router, waku
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waku + Tanstack Router Proof of Concept
This repo aims to integrate [Waku](https://waku.gg) with the incredible
[Tanstack Router](https://tanstack.com/router).
This is very experimental, and production builds still fail, but it works
flawlessly in dev mode.
To test it, clone this project, and run the following:
```sh
pnpm i
pnpm dev
```
## License
This repo is licensed under the [MIT License](LICENSE).