T
TanStack6mo ago
absent-sapphire

Angular SSR and Tanstack Query

I have fully-client-rendered application and mostly using @tanstack/angular-query-experimental, how hard would be to have that now moved to the server side. Is it doable at all?
1 Reply
adverse-sapphire
adverse-sapphire6mo ago
SSR should work, didn’t use it extensively myself but tested it and it works fine. HttpClient recommended, if you use other data fetching you’ll need to integrate Angular’s PendingTasks while HttpClient does so already
Angular
The web development framework for building modern apps.

Did you find this page helpful?