-
Notifications
You must be signed in to change notification settings - Fork 6
Split hooks into smaller chunks #375
Copy link
Copy link
Open
Labels
choreInternal app functionality updates; non-user-facing changes and repo maintenanceInternal app functionality updates; non-user-facing changes and repo maintenancemajor changeSignificant change affecting core application functionality or structureSignificant change affecting core application functionality or structure
Metadata
Metadata
Assignees
Labels
choreInternal app functionality updates; non-user-facing changes and repo maintenanceInternal app functionality updates; non-user-facing changes and repo maintenancemajor changeSignificant change affecting core application functionality or structureSignificant change affecting core application functionality or structure
Type
Fields
Give feedbackNo fields configured for Task.
Currently the useDevice hook is a bit of a god object. There are many opportunities to split this out into multiple smaller hooks and use each one for more connection efficiency, decoupling, and general best practices