DEV Community

Discussion on: A Deep Dive into Angular and Ngneat Query with Our Demo Store

Collapse
 
timsar2 profile image
timsar2 • Edited

Excellent, What is the benefit of using @ngneat/query adapter over ThanStack query and why not just using @tanstack/angular-query-experimental?

Collapse
 
railsstudent profile image
Connie Leung

ngeat/query is stable whereas TanStack for Angular is still experimental. If you want to use tan query in a production application, ngeat/query should be used instead. ngneat/query supports both Observable and Signal whereas TanStack query supports Signal, it is matter of taste of the engineers.

Collapse
 
timsar2 profile image
timsar2 • Edited

I'm going to use ngbeat/query in production now,
already sent an issue on repo😄

Collapse
 
timsar2 profile image
timsar2

Dose not working in angular > 20