{"id":31129057,"url":"https://github.com/simonkovtyk/use-axios","last_synced_at":"2026-01-20T17:29:36.797Z","repository":{"id":314920923,"uuid":"1056795821","full_name":"simonkovtyk/use-axios","owner":"simonkovtyk","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-15T17:10:36.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T17:41:39.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonkovtyk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T20:19:47.000Z","updated_at":"2025-09-15T17:10:28.000Z","dependencies_parsed_at":"2025-09-16T22:16:42.805Z","dependency_job_id":null,"html_url":"https://github.com/simonkovtyk/use-axios","commit_stats":null,"previous_names":["simonkovtyk/use-axios"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/simonkovtyk/use-axios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkovtyk%2Fuse-axios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkovtyk%2Fuse-axios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkovtyk%2Fuse-axios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkovtyk%2Fuse-axios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonkovtyk","download_url":"https://codeload.github.com/simonkovtyk/use-axios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkovtyk%2Fuse-axios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276017543,"owners_count":25570946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-18T01:51:27.871Z","updated_at":"2025-09-20T03:45:38.858Z","avatar_url":"https://github.com/simonkovtyk.png","language":"TypeScript","funding_links":["https://github.com/sponsors/simonkovtyk/"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  # useAxios\n  A custom React hook that provides a state-driven interface for Axios requests.\n\n  [![Last Release Badge](https://img.shields.io/github/v/release/simonkovtyk/use-axios?sort=semver\u0026display_name=release\u0026color=7300ff\u0026labelColor=27272a)](../../releases/latest)\n  [![GitHub License Badge](https://img.shields.io/github/license/simonkovtyk/use-axios?color=7300ff\u0026labelColor=27272a)](./LICENSE)\n  [![Contributions Welcomed Badge](https://img.shields.io/badge/contributions-welcomed-7300ff?labelColor=27272a)](#contributing)\n  [![Sponsor Hint Badge](https://img.shields.io/badge/❤️-Sponsor_it-%23dc2626?style=flat\u0026labelColor=27272a)](https://github.com/sponsors/simonkovtyk/)\n\n\u003c/div\u003e\n\n## Introduction\nIt manages loading, success, and error states automatically, enabling seamless integration of asynchronous API calls into components.\n\nThe hook simplifies data fetching by exposing a clean API to trigger requests, track request state, and access response data or errors without manually handling state transitions.\n\n## Install\n\u003cdetails open\u003e\n\u003csummary\u003epnpm\u003c/summary\u003e\n\n```shell\npnpm i @simonkov/use-axios\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003enpm\u003c/summary\u003e\n\n```shell\nnpm i @simonkov/use-axios\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eyarn\u003c/summary\u003e\n\n```shell\nyarn add @simonkov/use-axios\n```\n\n\u003c/details\u003e\n\nOr just use your package manager of choice.\n\n## Roadmap\n1. Improve docs: I don't know if somebody every will use it. Currently, it's just ment for myself.\n2. Add new features: Will probably never be removed from the roadmap.\n\n## License\nThe MIT License (MIT) - Please have a look at the [LICENSE file](./LICENSE) for more details.\n\n## Contributing\nContributions are always welcome and greatly appreciated. Whether you want to report a bug, suggest a new feature, or improve the documentation, your input helps make the project better for everyone.\n\nFeel free to submit a pull request, issue or feature request.\n\n### Issues and Feature Requests\nReporting an issue or creating a feature request is made by creating a new issue on this repository.\n\nYou can create a [new issue or feature request here](../../issues/new/choose).\n\n### Pull Requests\nGitHub offers a solid guideline for contributing to open source projects through pull requests, covering key practices. These best practices provide a reliable starting point for making effective contributions.\n\nYou can find the [guidelines here](https://docs.github.com/get-started/exploring-projects-on-github/contributing-to-a-project).\n\n### Code Of Conduct\nWe are committed to keeping a welcoming, inclusive, and respectful community for everyone. To help us achieve this, we kindly ask that you adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md).\n\n## Legal\n\nAll trademarks and registered trademarks mentioned are property of their respective owners and are used for identification purposes only. Use of these names does not imply endorsement or affiliation.\n\nThis project is a trademark of Simon Kovtyk. The License does not grant rights to use the trademark without permission.\n\n© 2025 — present by Maintainers \u0026 Simon Kovtyk\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonkovtyk%2Fuse-axios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonkovtyk%2Fuse-axios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonkovtyk%2Fuse-axios/lists"}