Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrate Tanstack Query for GitHub repositories management
- Added @tanstack/react-query for efficient data fetching and state management. - Replaced Zustand store with a custom hook (useGithubRepos) to handle repository data, including search functionality and pagination. - Updated ClientProjects component to utilize the new hook, improving loading states and error handling. - Modified SearchInput component to accept props for better reusability. - Removed the Zustand store for GitHub, streamlining state management. - Updated README to reflect changes in state management and added Tanstack Query details.
- Loading branch information