{"id":50277262,"url":"https://github.com/rody-huancas/website-react-rescuer","last_synced_at":"2026-05-27T21:32:17.585Z","repository":{"id":353709230,"uuid":"1219500222","full_name":"rody-huancas/website-react-rescuer","owner":"rody-huancas","description":"React-Rescuer library website","archived":false,"fork":false,"pushed_at":"2026-04-25T06:01:13.000Z","size":935,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-25T07:12:09.057Z","etag":null,"topics":["gsap","mdx-js","nextjs","prism-react-renderer","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rody-huancas.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-24T00:06:57.000Z","updated_at":"2026-04-25T06:01:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rody-huancas/website-react-rescuer","commit_stats":null,"previous_names":["rody-huancas/website-react-rescuer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rody-huancas/website-react-rescuer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rody-huancas%2Fwebsite-react-rescuer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rody-huancas%2Fwebsite-react-rescuer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rody-huancas%2Fwebsite-react-rescuer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rody-huancas%2Fwebsite-react-rescuer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rody-huancas","download_url":"https://codeload.github.com/rody-huancas/website-react-rescuer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rody-huancas%2Fwebsite-react-rescuer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["gsap","mdx-js","nextjs","prism-react-renderer","tailwindcss","typescript"],"created_at":"2026-05-27T21:32:15.902Z","updated_at":"2026-05-27T21:32:17.573Z","avatar_url":"https://github.com/rody-huancas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Rescuer Website\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"public/logo-react-rescuer.webp\" alt=\"React Rescuer\" width=\"120\" /\u003e\n\u003c/p\u003e\n\n\n| Landing |\n| --- |\n| ![Landing](public/landing-hero.png) |\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eManejo de errores en React con fallbacks granulares, reintentos inteligentes con backoff y contexto de observabilidad listo para producción.\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-rescuer\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/react-rescuer?style=flat\u0026color=ED1C40\" alt=\"npm version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/rody-huancas/react-rescuer/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/react-rescuer?style=flat\" alt=\"license\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/rody-huancas/react-rescuer\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/rody-huancas/react-rescuer?style=flat\" alt=\"stars\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Descripción\n\n**React Rescuer** es una librería moderna para el manejo de Error Boundaries en React. Mantiene tu UI viva con fallbacks claros, reintentos inteligentes con backoff exponencial y contexto de observabilidad listo para producción.\n\n### Características\n\n- **Fallbacks granulares** — captura errores a nivel de componente, no de toda la app\n- **Recovery automático** — reintenta con estrategias configurables de backoff\n- **Observabilidad** — fingerprint, breadcrumbs y sessionId para tus pipelines de errores\n- **API simple** — drop-in con tu código existente\n\n---\n\n## Instalación\n\n```bash\nnpm install react-rescuer\n# o\npnpm add react-rescuer\n# o\nyarn add react-rescuer\n```\n\n---\n\n## Uso rápido\n\n```tsx\nimport { ErrorBoundary } from \"react-rescuer\";\n\nfunction App() {\n  return (\n    \u003cErrorBoundary\n      fallback={\u003cdiv\u003eAlgo salió mal.\u003c/div\u003e}\n    \u003e\n      \u003cPage /\u003e\n    \u003c/ErrorBoundary\u003e\n  );\n}\n```\n\n---\n\n## Documentación\n\nConsulta la documentación completa en [https://react-rescuer.vercel.app/docs](https://react-rescuer.vercel.app/docs)\n\n---\n\n## Ejemplos en vivo\n\nVisita los ejemplos interactivos en [https://react-rescuer.vercel.app/docs/live-examples](https://react-rescuer.vercel.app/docs/live-examples):\n\n- **Fallback básico** — error de render capturado\n- **fallbackRender** — accede a error, retryCount, resetError\n- **useErrorBoundary** — eleva errores async\n- **Recovery + Observabilidad** — reintentos automáticos con contexto\n\n---\n\n## Recursos\n\n- [npm](https://www.npmjs.com/package/react-rescuer)\n- [GitHub](https://github.com/rody-huancas/react-rescuer)\n- [Web](https://react-rescuer.vercel.app/)\n\n---\n\n## License\n\nMIT © [Rody Huancas](https://rody-huancas.vercel.app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frody-huancas%2Fwebsite-react-rescuer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frody-huancas%2Fwebsite-react-rescuer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frody-huancas%2Fwebsite-react-rescuer/lists"}