{"id":19113266,"url":"https://github.com/koribot/koribotjs","last_synced_at":"2026-06-23T22:32:16.475Z","repository":{"id":215081993,"uuid":"737838809","full_name":"koribot/koribotJS","owner":"koribot","description":"An UN-OPTIMIZED MESSY Javascript front-end framework/library","archived":false,"fork":false,"pushed_at":"2024-01-25T16:10:25.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T19:59:25.273Z","etag":null,"topics":["framework","javascript"],"latest_commit_sha":null,"homepage":"","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/koribot.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}},"created_at":"2024-01-01T17:25:40.000Z","updated_at":"2024-06-04T18:44:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"355f3622-aded-44c4-a57e-fedb8c0d4f3a","html_url":"https://github.com/koribot/koribotJS","commit_stats":null,"previous_names":["koribot/koribotjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koribot/koribotJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koribot%2FkoribotJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koribot%2FkoribotJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koribot%2FkoribotJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koribot%2FkoribotJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koribot","download_url":"https://codeload.github.com/koribot/koribotJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koribot%2FkoribotJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34709802,"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-06-23T02:00:07.161Z","response_time":65,"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":["framework","javascript"],"created_at":"2024-11-09T04:35:45.561Z","updated_at":"2026-06-23T22:32:16.458Z","avatar_url":"https://github.com/koribot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome :sparkles: :sparkles:\n\n\n\n### To run\n\n```\n\u003e npm install\n\n\n//to use parcel\n\u003e npm run dev-parcel\n\n//to use http-server\n\u003e npm run dev-http\n\n```\n\n\n#### To-dos\n- Optimize diffing\n- Optimize rerendering\n- Optimize state management\n- Optimize routing\n- add more event listeners\n  \n  ```  \n    if-click --- click\n    if-change --- input\n  ```\n- implement, didMount, didUnmount (current implementaion is rerendering the root, childs(components) also rerenders)\n- Optimize processHTML()\n\nCurrent implementation does not parse the string directly. Instead, it is placed in a `temporaryContainer`'s `innerHTML`. Subsequently, it is passed to the `processNode` function, which transforms the `DOM` structure `\u003cdiv\u003eHello\u003c/div\u003e` into a `virtualDom` representation:\n\n```json\n{\n  \"tagName\": \"div\",\n  \"attribs\": {},\n  \"children\": [\"Hello\"]\n}\n```\n\n\n\n##### Credits\n- Thank you :sparkles: [@ycmjason](https://github.com/ycmjason-talks/2018-11-21-manc-web-meetup-4/blob/master/src/vdom/diff.js)\n```\nCurrent diffing(), render() implementaion in koribotJS\n\n```\n\n\n##### Notes\n- Open for critiques, collaborations\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoribot%2Fkoribotjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoribot%2Fkoribotjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoribot%2Fkoribotjs/lists"}