{"id":21654780,"url":"https://github.com/localvoid/ivi-ssr-poc","last_synced_at":"2025-04-11T21:13:53.879Z","repository":{"id":146944271,"uuid":"94757550","full_name":"localvoid/ivi-ssr-poc","owner":"localvoid","description":"Proof of Concept implementation for the new render to string algorithm.","archived":false,"fork":false,"pushed_at":"2017-06-19T11:36:52.000Z","size":10,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T21:13:49.286Z","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/localvoid.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,"publiccode":null,"codemeta":null}},"created_at":"2017-06-19T09:06:04.000Z","updated_at":"2022-08-28T06:44:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"84f6d820-8391-4424-a7b2-8cc5a0fa48e2","html_url":"https://github.com/localvoid/ivi-ssr-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fivi-ssr-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fivi-ssr-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fivi-ssr-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fivi-ssr-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localvoid","download_url":"https://codeload.github.com/localvoid/ivi-ssr-poc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480427,"owners_count":21110937,"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-11-25T08:29:03.394Z","updated_at":"2025-04-11T21:13:53.871Z","avatar_url":"https://github.com/localvoid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Proof of Concept implementation for the new render to string algorithm.\n\n## API\n\n```ts\nfunction createBlueprint(node: VNode): BlueprintNode;\nfunction render(state: RenderState, node: VNode, blueprint?: BlueprintNode): void;\n```\n\n## Example\n\n```ts\nconst blueprint = createBlueprint($h(\"div\"));\n\nconst renderState = {\n    result: \"\",\n};\n\nrender(renderState, $h(\"div\").children(\"Hello World\"), blueprint);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalvoid%2Fivi-ssr-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocalvoid%2Fivi-ssr-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalvoid%2Fivi-ssr-poc/lists"}