AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
675 stars 30 forks source link

Error: window is not defined #108

Open krishnaTORQUE opened 2 years ago

krishnaTORQUE commented 2 years ago

You did a great job, like this module. When I am using app.render for SSR, I am getting error window is not defined. Is there anything that I am missing? Thank you

AlexxNB commented 2 years ago

currently tinro can't be used with SSR

jamauro commented 1 year ago

Would be great to have SSR support. If you can help provide a general idea of what it would entail, I could help in the effort. Tinro is the best declarative router that I've seen and I think this is the main missing feature.