{"id":17920612,"url":"https://github.com/nem035/cycle-js-fun","last_synced_at":"2025-04-03T08:32:35.788Z","repository":{"id":92965356,"uuid":"84635560","full_name":"nem035/cycle-js-fun","owner":"nem035","description":"CycleJSFun","archived":false,"fork":false,"pushed_at":"2017-03-11T19:43:53.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-02-08T22:12:49.071Z","etag":null,"topics":["cyclejs","javascript","reactive","reactive-programming"],"latest_commit_sha":null,"homepage":"https://nem035.github.io/cycle-js-fun/","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/nem035.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":"2017-03-11T08:34:29.000Z","updated_at":"2020-03-10T02:53:08.000Z","dependencies_parsed_at":"2023-04-24T15:32:01.505Z","dependency_job_id":null,"html_url":"https://github.com/nem035/cycle-js-fun","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/nem035%2Fcycle-js-fun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fcycle-js-fun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fcycle-js-fun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fcycle-js-fun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nem035","download_url":"https://codeload.github.com/nem035/cycle-js-fun/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246966108,"owners_count":20861996,"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":["cyclejs","javascript","reactive","reactive-programming"],"created_at":"2024-10-28T20:26:20.802Z","updated_at":"2025-04-03T08:32:35.758Z","avatar_url":"https://github.com/nem035.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CycleJSFun\n\nMessing around with [CycleJS](https://cycle.js.org/).\n\n[Live Page](https://nem035.github.io/cycle-js-fun/)\n\n## Notes:\n\nPrinciple: Separate Logic from Drivers (effects).\n\nLogic is functional\nDrivers are imperative\n\nDeveloper writes the logic, framework drives the effects.\n\nSources : input (read) effects\nSinks   : output (write) effects\n\nCycleJS -\u003e Proxies\n\n  How to do?\n\n  ```js\n    a = f(b)\n    b = g(a)\n\n  // With proxies:\n\n    bProxy = ...\n    a = f(bProxy)\n    b = g(a)\n    bProxy.imitate(b)\n  ```\n\nCycleJS is essentially a loop of read/write effects\n\n[Model/View/Intent](https://cycle.js.org/model-view-intent.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnem035%2Fcycle-js-fun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnem035%2Fcycle-js-fun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnem035%2Fcycle-js-fun/lists"}