{"id":16888151,"url":"https://github.com/threepointone/react-superagent","last_synced_at":"2025-03-22T08:30:57.815Z","repository":{"id":35324973,"uuid":"39586897","full_name":"threepointone/react-superagent","owner":"threepointone","description":"universal ajax as a react component","archived":false,"fork":false,"pushed_at":"2015-07-29T20:39:14.000Z","size":128,"stargazers_count":26,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T09:51:39.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threepointone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-23T19:12:22.000Z","updated_at":"2019-08-18T16:48:37.000Z","dependencies_parsed_at":"2022-09-17T06:41:42.761Z","dependency_job_id":null,"html_url":"https://github.com/threepointone/react-superagent","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threepointone%2Freact-superagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threepointone%2Freact-superagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threepointone%2Freact-superagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threepointone%2Freact-superagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threepointone","download_url":"https://codeload.github.com/threepointone/react-superagent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931442,"owners_count":20534006,"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","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":"2024-10-13T16:49:29.831Z","updated_at":"2025-03-22T08:30:57.523Z","avatar_url":"https://github.com/threepointone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"react-superagent\n---\n\n`npm install superagent react-superagent --save`\n\nuniversal ajax as a component\n\n```js\nimport {Ajax} from 'react-superagent';\n\n...\n\u003cAjax url='/my/api' method='post' send={{some: 'data'}}\u003e{\n  ({error, response, done}) =\u003e !done ?\n    \u003cdiv\u003eloading...\u003c/div\u003e :\n    \u003cdiv\u003eloaded! {JSON.stringify(response)}\u003c/div\u003e\n}\u003c/Ajax\u003e\n```\n\nshould work across node, browsers, react-native.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreepointone%2Freact-superagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreepointone%2Freact-superagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreepointone%2Freact-superagent/lists"}