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
There are a number of hooks used to make network requests. Some of them are reused between components, some have been implemented in more than one place and are nearly identical. This was done in a hurry to quickly refactor some pages, but they should now be organized.
Hooks should be moved out of Page directories and to the root Hook directory.
Duplicate hooks should be removed
Hooks that are very similar should be evaluated for refactoring, if reasonable they should be made generic enought to use in more than one component/page
The text was updated successfully, but these errors were encountered:
There are a number of hooks used to make network requests. Some of them are reused between components, some have been implemented in more than one place and are nearly identical. This was done in a hurry to quickly refactor some pages, but they should now be organized.
The text was updated successfully, but these errors were encountered: