{"id":29438630,"url":"https://github.com/pearmini/echox","last_synced_at":"2026-03-07T01:35:26.285Z","repository":{"id":241457716,"uuid":"801544841","full_name":"pearmini/echox","owner":"pearmini","description":"A lightweight UI framework for declarative DOM manipulation, alternative to React, Vue and jQuery for small projects.","archived":false,"fork":false,"pushed_at":"2025-03-28T21:56:08.000Z","size":573,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T20:53:59.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://echox.dev/","language":"JavaScript","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/pearmini.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":"2024-05-16T12:44:07.000Z","updated_at":"2025-06-09T00:53:14.000Z","dependencies_parsed_at":"2024-06-27T04:55:35.203Z","dependency_job_id":"5fd13ba6-a5b6-40ff-89af-3ce00333c86d","html_url":"https://github.com/pearmini/echox","commit_stats":null,"previous_names":["pearmini/echo","pearmini/echox","echox-js/echox","blinkblinkhq/echox"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/pearmini/echox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearmini%2Fechox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearmini%2Fechox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearmini%2Fechox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearmini%2Fechox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pearmini","download_url":"https://codeload.github.com/pearmini/echox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearmini%2Fechox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265108514,"owners_count":23712466,"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":"2025-07-13T08:10:56.128Z","updated_at":"2026-03-07T01:35:25.681Z","avatar_url":"https://github.com/pearmini.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EchoX: UI = f(DOM, Reactive)\n\n\u003cimg src=\"./docs/public/logo.png\" width=\"100\"/\u003e\n\n\u003e [!NOTE]\n\u003e Work in progress. The APIs are not stable right now.\n\nA lightweight reactive UI framework for declarative DOM manipulation, alternative to React, Vue and jQuery for small projects.\n\n```js\nimport {html, reactive} from \"echox\";\n\nconst [state] = reactive()\n  .state(\"value\", 0)\n  .computed(\"double\", (d) =\u003e d.value * 2)\n  .effect((d) =\u003e console.log(d.value, d.double))\n  .join();\n\nconst counter = html.div([\n  html.button({onclick: () =\u003e state.value++}, [\"👍\"]),\n  html.button({onclick: () =\u003e state.value--}, [\"👎\"]),\n  html.span([() =\u003e state.double]),\n]);\n\ndocument.body.appendChild(counter);\n```\n\n## Resources 📚\n\n- Documentation - https://echox.dev/\n- Features - https://echox.dev/docs/what-is-echox\n\n## License 📄\n\nMIT@Bairui SU\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpearmini%2Fechox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpearmini%2Fechox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpearmini%2Fechox/lists"}