Commit Graph

1 Commits

Author SHA1 Message Date
Vivek R
295571f81a feat: add custom hooks for common patterns
- Add useLoadingState hook for managing loading states
- Add useDebounce hook for debouncing values/callbacks
- Add useApiCall hook for API call management with error handling
- Add usePagination hook for pagination logic
- Create centralized hooks/index.ts for exports
- Reduce code duplication across components
2025-07-16 20:01:32 +05:30