{"id":22694621,"url":"https://github.com/zjuasmn/rx-editor","last_synced_at":"2026-05-05T07:34:03.660Z","repository":{"id":39461208,"uuid":"198122908","full_name":"zjuasmn/rx-editor","owner":"zjuasmn","description":"editor for rx","archived":false,"fork":false,"pushed_at":"2023-01-04T05:00:30.000Z","size":3605,"stargazers_count":3,"open_issues_count":23,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T17:32:18.684Z","etag":null,"topics":["editor","flow-based-programming","react","rxjs"],"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/zjuasmn.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}},"created_at":"2019-07-22T01:12:26.000Z","updated_at":"2023-07-04T09:27:37.000Z","dependencies_parsed_at":"2023-02-01T22:15:28.693Z","dependency_job_id":null,"html_url":"https://github.com/zjuasmn/rx-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zjuasmn/rx-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjuasmn%2Frx-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjuasmn%2Frx-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjuasmn%2Frx-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjuasmn%2Frx-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zjuasmn","download_url":"https://codeload.github.com/zjuasmn/rx-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zjuasmn%2Frx-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["editor","flow-based-programming","react","rxjs"],"created_at":"2024-12-10T03:08:55.211Z","updated_at":"2026-05-05T07:34:03.624Z","avatar_url":"https://github.com/zjuasmn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rx-editor\n\neditor for rx, POC stage. WIP\n\n\nThe target of this project is to provide a online web editor for\ndeveloper to do flow-programming on rxjs, and connect it to react/angular code.\n\n\n## example\n\n1. rx chart\n\n![image](https://user-images.githubusercontent.com/4462778/61600463-4de36a00-ac63-11e9-9876-9506fa96e4fc.png)\n\n\n2. rx code (logic)\n\n```js\n  [\n      onChange$.pipe(\n        map(e =\u003e e.target.value),\n        tap(text$),\n      ),\n      onKeyPress$.pipe(\n        filter(e =\u003e e.key === 'Enter'),\n        tap(done$),\n      ),\n      done$.pipe(\n        map(() =\u003e ({ id: Date.now(), title: text$.value, completed: false })),\n        map(todo =\u003e ([todo, ...todos$.value])),\n        tap(todos$),\n      ),\n      done$.pipe(\n        mapTo(''),\n        tap(text$),\n      ),\n      text$.pipe(\n        tap(set('text')),\n      ),\n      ...,\n  ].forEach(o =\u003e o.subscribe())\n```\n\n3. jsx code (view)\n\n```jsx\n      \u003c\u003e\n        \u003csection className=\"todoapp\"\u003e\n          \u003cheader className=\"header\"\u003e\n            \u003ch1\u003etodos\u003c/h1\u003e\n            \u003cinput\n              className=\"new-todo\"\n              placeholder=\"What needs to be done?\"\n              autoFocus\n              onChange={this.onChange}\n              onKeyPress={this.onKeyPress}\n              value={text}\n            /\u003e\n          \u003c/header\u003e\n          ...\n      \u003c/\u003e\n```\n\n4. result\n![image](https://user-images.githubusercontent.com/4462778/61600417-0eb51900-ac63-11e9-8687-bafa07e16dd0.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzjuasmn%2Frx-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzjuasmn%2Frx-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzjuasmn%2Frx-editor/lists"}