{"id":19505916,"url":"https://github.com/morlay/reflux-riot","last_synced_at":"2025-07-31T06:04:02.946Z","repository":{"id":35597610,"uuid":"39870615","full_name":"morlay/reflux-riot","owner":"morlay","description":"reflux fork for riot","archived":false,"fork":false,"pushed_at":"2015-08-12T05:43:46.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T18:03:45.223Z","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/morlay.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":"2015-07-29T03:15:01.000Z","updated_at":"2016-04-07T16:51:03.000Z","dependencies_parsed_at":"2022-09-18T00:51:34.049Z","dependency_job_id":null,"html_url":"https://github.com/morlay/reflux-riot","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/morlay%2Freflux-riot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Freflux-riot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Freflux-riot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Freflux-riot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morlay","download_url":"https://codeload.github.com/morlay/reflux-riot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754364,"owners_count":19852189,"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-10T22:34:54.519Z","updated_at":"2025-02-25T22:15:49.588Z","avatar_url":"https://github.com/morlay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reflux-riot\n\nreflux mixins for [riot](https://github.com/riot/riot)\n\nall method as [reflux](https://github.com/reflux/refluxjs), \n\nbut for now only let `Reflux.listenTo` work\n\n# usages in riot\n\n`npm i reflux-riot -S`\n\n``` js\n\nimport riot from 'riot'\nimport reflux from 'reflux-riot'\nimport Store from './path/to/Store'\n\nriot.tag(\n  'some-component',\n  '\u003cdiv\u003e\u003c/div\u003e',\n  function(){\n      this.mixin(reflux.listenTo(Store, 'onStoreUpdate'));\n      this.onStoreUpdate = ()=\u003e{\n        this.update()\n      }\n  });\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Freflux-riot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorlay%2Freflux-riot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Freflux-riot/lists"}