You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to see support for collection.count queries in rxdb-hooks. Do you think this would best work as a useRxCount hook or as part of the useRxData hook?
If you could offer your feedback and approve of a direction then I would be happy to try to implement this. I don't assume that the maintainers have time to implement every feature request.
The text was updated successfully, but these errors were encountered:
colleciton.count() has been added from rxdb version 13.8, so before adding support for it somehow, I would like to ensure compatibility between rxdb-hooks and rxdb 13. At the moment the only issue I can detect is #61 which I would say is a blocker. Once #61 is resolved, I would probably go about introducing a dedicated useRxCount hook to avoid overloading useRxData.
If you are still interested in giving it a go, I can ping you again once #61 is out of the way.
I would love to see support for
collection.count
queries inrxdb-hooks
. Do you think this would best work as auseRxCount
hook or as part of theuseRxData
hook?If you could offer your feedback and approve of a direction then I would be happy to try to implement this. I don't assume that the maintainers have time to implement every feature request.
The text was updated successfully, but these errors were encountered: