Itspatricku
itspatricku.bsky.social
Itspatricku
@itspatricku.bsky.social
I very much underutilized loaders in remix in this project so I can’t speak too much to the migration of them. That being said, loaders are great in tanstack. I also ended up rewriting and get rid of a handful of providers (e.g. a user provider) by leverages tanstacks context which has been sweet.
January 6, 2025 at 3:54 AM
using tanstacks context which has been nice. Not sure it that would have been quite possible that way in remix either.
January 6, 2025 at 3:52 AM
This is a larger side project, so it’s a great candidate to explore its viability.
January 6, 2025 at 3:49 AM
Tbh I haven’t explored rr7 that much yet. I’ve been following tanstack router development for a while and it has been everything I wanted from a router. Rr4 wasn’t it, Rr5 wasn’t it, rr6 wasn’t, remix wasn’t it either. Fool me 4 times… haha

Also I’m pretty excited about what I see in tanstack start
January 6, 2025 at 3:48 AM
Should mention this is a 2 step process. Migrating to tanstack router first, then eventually using it as a project to migrate to start.
January 5, 2025 at 9:20 PM
Perfect timing - like 75% done migrating a remix spa app to tanstack router, looking forward to iterating on it once you got something posted! 🤘
January 5, 2025 at 9:17 PM
You mean something like this, hey? Agreed, it’s a solid solution and probably what I will use.

Tbf, what I m looking for is achievable with just tanstack router loader. It would just feel ✨ delightful ✨declaring the query once and using its results across loader and component.
January 5, 2025 at 4:23 PM