gitlab-lint-react
gitlab-lint-react copied to clipboard
create reusable useFetch hook to simplify API calls and handle loadi…
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