{"id":18311071,"url":"https://github.com/dmitriyakkerman/proxy-reactivity-approach","last_synced_at":"2026-07-22T00:37:50.585Z","repository":{"id":144074472,"uuid":"410355256","full_name":"dmitriyakkerman/proxy-reactivity-approach","owner":"dmitriyakkerman","description":"Primitive approach of reactivity system similar to Vue.js 3.","archived":false,"fork":false,"pushed_at":"2021-09-26T09:01:21.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T12:11:18.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dmitriyakkerman.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":"2021-09-25T18:45:22.000Z","updated_at":"2021-09-26T09:01:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"efffb60d-6f26-4a49-a5f5-14d085c011a1","html_url":"https://github.com/dmitriyakkerman/proxy-reactivity-approach","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmitriyakkerman/proxy-reactivity-approach","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2Fproxy-reactivity-approach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2Fproxy-reactivity-approach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2Fproxy-reactivity-approach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2Fproxy-reactivity-approach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitriyakkerman","download_url":"https://codeload.github.com/dmitriyakkerman/proxy-reactivity-approach/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriyakkerman%2Fproxy-reactivity-approach/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279032464,"owners_count":26089384,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-11-05T16:16:21.718Z","updated_at":"2025-10-15T00:40:55.427Z","avatar_url":"https://github.com/dmitriyakkerman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxy-reactivity-approach\n\nPrimitive approach of reactivity system similar to Vue.js 3.\n\nhttps://v3.vuejs.org/guide/reactivity.html\n\n## Usage\n\n```js\nlet state = reactive({\n    count: 0\n});\n\nwatchEffect(() =\u003e {\n    console.log(state.count)\n});\n\nsetInterval(() =\u003e {\n    state.count++;\n}, 1000);\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriyakkerman%2Fproxy-reactivity-approach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitriyakkerman%2Fproxy-reactivity-approach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriyakkerman%2Fproxy-reactivity-approach/lists"}