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
Firstly, I love the app, and thanks for making this open source. The code you've written is really easy to understand and reusable.
This is a noob question regarding watermelondb. Are there any drawbacks using hooks to observe changes in the database instead of using the withobservable HOC?
Really, like how the hooks are used to talk with the database, I was just wondering if there would be performance drawbacks with large amounts of data and thus a lot of rerenders possibly 🤔
The text was updated successfully, but these errors were encountered:
Firstly, I love the app, and thanks for making this open source. The code you've written is really easy to understand and reusable.
This is a noob question regarding watermelondb. Are there any drawbacks using hooks to observe changes in the database instead of using the withobservable HOC?
Really, like how the hooks are used to talk with the database, I was just wondering if there would be performance drawbacks with large amounts of data and thus a lot of rerenders possibly 🤔
The text was updated successfully, but these errors were encountered: