ADD react plugin#7688
Conversation
|
@pubkey the useRxQuery hook is simpler than the one in the original library probably we could return an helper method to manually stop the live query, that obviously does nothing with one-shot queries it could be useful to add a useInitRxDatabase to simplify the db init process, what do you think? |
|
@trik Thank you so much for your work. I added the
That is ok, people can paginate by running new queries. Can you add documentation for this somehow. I never used the old rxdb-hooks. |
|
@pubkey removed the custom plugin and now i'm using the core collections$ added some documentation in code for all the hooks and the provider component |
|
Thank you for your work @trik |
This PR contains:
A new React plugin that provides a set of React Hooks for RxDB
Describe the problem you have without this PR
The library https://github.com/cvara/rxdb-hooks is outdated and not maintened anymore
Todos