{"id":18358867,"url":"https://github.com/uppercod/uranio","last_synced_at":"2025-09-07T07:10:26.685Z","repository":{"id":113251543,"uuid":"184175159","full_name":"UpperCod/uranio","owner":"UpperCod","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-30T17:11:34.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T18:36:40.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/UpperCod.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":"2019-04-30T02:11:47.000Z","updated_at":"2020-01-20T03:29:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4976828e-2180-4293-9aee-0089ca594c87","html_url":"https://github.com/UpperCod/uranio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Furanio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Furanio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Furanio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpperCod%2Furanio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UpperCod","download_url":"https://codeload.github.com/UpperCod/uranio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248148228,"owners_count":21055547,"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-05T22:19:45.700Z","updated_at":"2025-04-10T03:04:15.866Z","avatar_url":"https://github.com/UpperCod.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @atomico/uranio\n\n[![npm](https://badgen.net/npm/v/@atomico/uranio)](http://npmjs.com/@atomico/uranio)\n[![gzip](https://badgen.net/bundlephobia/minzip/@atomico/uranio)](https://bundlephobia.com/result?p=@atomico/uranio)\n\nSmall experiment that removes the layer of Hooks, Hooks, Functional Components and the context of [@atomico/core](https://github.com/atomicojs/core). to only work within web-component.\n\n```jsx\nimport { h, Element } from \"@atomico/uranio\";\n\nclass Counter extends Element {\n\tstatic observables = {\n\t\tvalue: Number\n\t};\n\tincrement() {\n\t\tthis.value += 1;\n\t}\n\tdecrement() {\n\t\tthis.value -= 1;\n\t}\n\trender() {\n\t\treturn (\n\t\t\t\u003chost shadowDom\u003e\n\t\t\t\t\u003cstyle\u003e{`:host{display:block;padding:1rem}`}\u003c/style\u003e\n\t\t\t\t\u003cbutton onClick={this.increment}\u003eincrement\u003c/button\u003e\n\t\t\t\t\u003cspan\u003e::{this.value}::\u003c/span\u003e\n\t\t\t\t\u003cbutton onClick={this.decrement}\u003edecrement\u003c/button\u003e\n\t\t\t\u003c/host\u003e\n\t\t);\n\t}\n}\n\ncustomElements.define(\"uranio-counter\", Counter);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuppercod%2Furanio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuppercod%2Furanio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuppercod%2Furanio/lists"}