{"id":15757975,"url":"https://github.com/ilharp/react-cordis","last_synced_at":"2026-04-28T00:33:54.981Z","repository":{"id":221310081,"uuid":"753753557","full_name":"ilharp/react-cordis","owner":"ilharp","description":"Real React for Cordis, like Server Components","archived":false,"fork":false,"pushed_at":"2024-02-07T09:22:21.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T02:40:43.822Z","etag":null,"topics":["cordis","react","react-reconciler","reactjs","reconciler","render","renderer"],"latest_commit_sha":null,"homepage":"","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/ilharp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-02-06T18:20:15.000Z","updated_at":"2024-02-07T09:26:45.000Z","dependencies_parsed_at":"2024-02-07T09:53:26.610Z","dependency_job_id":null,"html_url":"https://github.com/ilharp/react-cordis","commit_stats":null,"previous_names":["ilharp/react-cordis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilharp/react-cordis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Freact-cordis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Freact-cordis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Freact-cordis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Freact-cordis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilharp","download_url":"https://codeload.github.com/ilharp/react-cordis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilharp%2Freact-cordis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cordis","react","react-reconciler","reactjs","reconciler","render","renderer"],"created_at":"2024-10-04T09:41:28.268Z","updated_at":"2026-04-28T00:33:54.966Z","avatar_url":"https://github.com/ilharp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-cordis\n\nReal React for Cordis, like Server Components.\n\nHeavily under constructing.\n\n## Sample\n\n```tsx\nimport { useCallback, useState } from 'react'\nimport { render } from 'react-cordis-notifier'\n\nexport function apply(ctx: Context) {\n  render(ctx, \u003cCounter /\u003e)\n}\n\nfunction Counter() {\n  const [count, setCount] = useState(0)\n\n  const increase = useCallback(() =\u003e setCount((x) =\u003e x + 1), [])\n  const decrease = useCallback(() =\u003e setCount((x) =\u003e x - 1), [])\n\n  return (\n    \u003c\u003e\n      \u003cp\u003eCurrent: {count}\u003c/p\u003e\n      \u003cbutton onClick={increase}\u003eIncrease\u003c/button\u003e\n      \u003cbutton onClick={decrease}\u003eDecrease\u003c/button\u003e\n    \u003c/\u003e\n  )\n}\n\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filharp%2Freact-cordis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filharp%2Freact-cordis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filharp%2Freact-cordis/lists"}