Example for Vanilla JS app? #464
-
Hi, is this library cover for vanilla JS app (without framework)? If yes, I would like to try. But, for a moment I see the docs currently give examples for React. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
No vanilla yet. It will probably be the last priority we tackle unfortunately. However, if you peek at the React adapter, it might give you an idea of how to wire it up on your own. |
Beta Was this translation helpful? Give feedback.
-
Hi @tannerlinsley @kresnasatya Here's my implementation of the agnostic routing library I made based on tanstack router source code: https://www.npmjs.com/package/typescript-routes. It's adaptable to any JS framework + any routing library. I suggest to checkout the example with React + React Router, it really worked for me. Looking forward to any feedback/comments :) |
Beta Was this translation helpful? Give feedback.
No vanilla yet. It will probably be the last priority we tackle unfortunately. However, if you peek at the React adapter, it might give you an idea of how to wire it up on your own.