gitlab-lint-react icon indicating copy to clipboard operation
gitlab-lint-react copied to clipboard

create reusable useFetch hook to simplify API calls and handle loadi…

Open JoiceDoll opened this issue 2 months ago • 0 comments

Created the useFetch hook to centralize API calls

  • Centralizes all GitlabLintHttpClient requests
  • Handles loading and data in a single place.
  • Reduces repetitive fetch logic across components

JoiceDoll avatar Oct 18 '25 21:10 JoiceDoll