Replies: 3 comments 12 replies
-
Same here, need replacement for rx-query and react-query seems perfect with it's core not being react dependent. I've got some working code here: Not sure if this is the right approach, happy to discuss. |
Beta Was this translation helpful? Give feedback.
-
The ngneat team from @NetanelBasal has just released a beta version for |
Beta Was this translation helpful? Give feedback.
-
TanStack Query now has its own Angular library! 🎉 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi everyone our company has several Angular projects and looking for a better way to handle server cache. React-query is always the library I wished it could exist for angular. Now, v4 is already providing bindings for React, Vue, and Solid. I really wish that we can also make Angular bindings.
I'm exploring query core to make the Angular bindings, I have some questions:
As far as I know, query core already provides the caching/invalidate cache mechanism, What I need to do are
Someone implement a library with similar ideas but it's deprecated now
https://github.com/timdeschryver/rx-query
Update 1:
We should use BehaviorSubject instead of Subject
the dollar sign $ is a naming convention that marks the variable as an rxjs Observable
Beta Was this translation helpful? Give feedback.
All reactions