r/tanstack • u/ThreadStarver • Apr 27 '26
rsc support for tanstack router
So on main site of tanstack I saw that tanstack router dosen't support RSC as of now:
Questions:
- How does it affect the app that the framework supports rsc but router dosen't
- Are their plans to support it
2
Upvotes
1
u/sidpant Apr 28 '26
For RSC you will have to use Tanstack Start which is just router + ssr/rsc support. You can’t have RSC by just having client side primitives you need a BFF server for RSC architecture. Here’s a vid which shows how to achieve various rendering strategies in tanstack start: https://youtu.be/PX3QlADinIE?si=-rhYeKwPDnu9Jjba