Migrating tanstack-router CSR app to start
Hi, I am planning to implement a blog on my pure react tanstack router app and I'd like to use static site generation and rebuilding the project once in a while when I release new blogs. Is there a way to do it using tanstack start without a need to refactor all the logic around? Just
www.example.com/blog/$slug using SSG and rest stays the same?
If so where do I start?0 Replies