T
TanStack4w ago
unwilling-turquoise

A few months ago I started building my

A few months ago I started building my Vendure storefront. I decided against NextJS for philosophical reasons and tried React Router v7 (former Remix), but honestly didn't enjoy it and dropped the project. Recently, Tanstack Start caught my eye. To learn the framework, I decided to convert Vendure's official NextJS storefront starter. I loved it! While it doesn't have RSC, the SSR is amazing and the full-stack type safety is game-changing. Since this was a learning project, I was able to reuse most of the original code, so the quality should be solid. One caveat: I am not so sure about my authentication implementation. It was the trickiest part to migrate, and I'm not deeply experienced there—though I followed examples and docs carefully, so it should work well. Honestly, 10/10 to Tanstack Start. It really was a joy to use it. I hope this is useful to someone, and I'd love to get contributions! Code: https://github.com/guicalmeida/tanstack-storefront Live Demo: https://tanstack-storefront.netlify.app/
1 Reply
inland-turquoise
inland-turquoise3w ago
amazing stuff!

Did you find this page helpful?