{"id":22308801,"url":"https://github.com/ratson/falcor-redux","last_synced_at":"2025-03-26T01:29:00.608Z","repository":{"id":57232593,"uuid":"63959473","full_name":"ratson/falcor-redux","owner":"ratson","description":"Redux binding for dispatching Falcor methods.","archived":false,"fork":false,"pushed_at":"2016-12-10T12:06:37.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T06:35:53.456Z","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/ratson.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":"2016-07-22T14:26:19.000Z","updated_at":"2016-07-22T14:27:29.000Z","dependencies_parsed_at":"2022-08-31T14:10:53.922Z","dependency_job_id":null,"html_url":"https://github.com/ratson/falcor-redux","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/ratson%2Ffalcor-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratson%2Ffalcor-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratson%2Ffalcor-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratson%2Ffalcor-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ratson","download_url":"https://codeload.github.com/ratson/falcor-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245571287,"owners_count":20637316,"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-12-03T20:15:22.866Z","updated_at":"2025-03-26T01:29:00.589Z","avatar_url":"https://github.com/ratson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# falcor-redux\n\nRedux binding for dispatching Falcor methods.\n\nHeavily inspired by [react-router-redux](https://github.com/reactjs/react-router-redux).\n\n## Installation\n\n```\nnpm install falcor-redux --save\n```\n\n## Usage\n\n```js\nimport {falcorActions, falcorMiddleware} from 'falcor-redux'\nimport {Model} from 'falcor'\nimport rootReducer from '\u003cproject-path\u003e/reducers'\n\nconst falcor = new Model({...})\n\nconst store = createStore(\n  rootReducer,\n  applyMiddleware(falcorMiddleware(falcor)),\n)\n\nstore.dispatch(falcorActions.get(['some', 'path']))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratson%2Ffalcor-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fratson%2Ffalcor-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratson%2Ffalcor-redux/lists"}