{"id":17239027,"url":"https://github.com/binarymuse/fluxxor","last_synced_at":"2025-05-15T00:06:48.778Z","repository":{"id":16919070,"uuid":"19680412","full_name":"BinaryMuse/fluxxor","owner":"BinaryMuse","description":":hammer_and_wrench: Flux architecture tools for React","archived":false,"fork":false,"pushed_at":"2020-10-19T21:01:32.000Z","size":16231,"stargazers_count":1691,"open_issues_count":38,"forks_count":153,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-05-15T00:05:45.811Z","etag":null,"topics":["flux-architecture","fluxxor","javascript","react"],"latest_commit_sha":null,"homepage":"http://fluxxor.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BinaryMuse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-11T23:44:47.000Z","updated_at":"2025-05-02T00:50:38.000Z","dependencies_parsed_at":"2022-09-08T12:20:12.188Z","dependency_job_id":null,"html_url":"https://github.com/BinaryMuse/fluxxor","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Ffluxxor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Ffluxxor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Ffluxxor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Ffluxxor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryMuse","download_url":"https://codeload.github.com/BinaryMuse/fluxxor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249197,"owners_count":22039029,"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":["flux-architecture","fluxxor","javascript","react"],"created_at":"2024-10-15T05:47:33.345Z","updated_at":"2025-05-15T00:06:48.736Z","avatar_url":"https://github.com/BinaryMuse.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"http://fluxxor.com/fluxxor.svg\" height=\"350\" alt=\"Fluxxor\" title=\"Fluxxor\"\u003e\n\u003c/div\u003e\n\nFluxxor is a set of tools to aid in developing\n[React](http://facebook.github.io/react/) applications with the [Flux\narchitecture](http://facebook.github.io/react/docs/flux-overview.html).\n\n[![Travis CI](https://api.travis-ci.org/BinaryMuse/fluxxor.svg?branch=master)](https://travis-ci.org/BinaryMuse/fluxxor)\n\n[![NPM](https://nodei.co/npm/fluxxor.png?downloads=true)](https://nodei.co/npm/fluxxor/)\n\nInstallation\n------------\n\nFluxxor is available on npm and works with module bundlers like\n[Browserify](http://browserify.org/) and [Webpack](http://webpack.github.io/).\n\n    npm install [--save] fluxxor\n\nStandalone browser builds can be downloaded from\n[the GitHub releases page](https://github.com/BinaryMuse/fluxxor/releases) or installed via\nBower:\n\n    bower install fluxxor\n\nMore detailed installation instructions can be found on\n[the Fluxxor website](http://fluxxor.com/guides/installation.html).\n\n### Third Party Releases\n\nThe following releases are maintained by third parties, and support inquiries should be directed to their maintainers.\n\n#### WebJar\n\nFor JVM languages, there are [WebJar](http://www.webjars.org) packages available on Maven Central and jsDelivr as the following:\n\nSBT/Play Framework 2:\n\n```scala\n\"org.webjars\" % \"fluxxor\" % fluxxorVersion\n```\n\nMaven:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.webjars\u003c/groupId\u003e\n    \u003cartifactId\u003efluxxor\u003c/artifactId\u003e\n    \u003cversion\u003e${fluxxor.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nFor detailed instructions, refer to the [WebJars documentation](http://www.webjars.org/documentation). For update requests, open a pull request on the [Fluxxor WebJar repository on Github](https://github.com/webjars/fluxxor).\n\nBrowser Compatibility\n---------------------\n\nFluxxor is compatible with any [ES5-compliant browser](http://kangax.github.io/compat-table/es5/) (IE 9+, FF 4+, Safari 5.1.4+, Chrome 19+, Opera 12.10+). You can use [es5-shim](https://github.com/es-shims/es5-shim) for other browsers.\n\n\nDocumentation\n-------------\n\nSee [the Fluxxor website](http://fluxxor.com) for in-depth\n[documentation](http://fluxxor.com/documentation/),\n[installation instructions](http://fluxxor.com/guides/installation.html),\n[examples](http://fluxxor.com/examples/), and\n[a getting started guide](http://fluxxor.com/guides/quick-start.html).\n\nSupport and Chat\n----------------\n\nGet help with and chat about Fluxxor [on Gitter](https://gitter.im/BinaryMuse/fluxxor).\n\n[![Gitter chat](https://badges.gitter.im/BinaryMuse/fluxxor.png)](https://gitter.im/BinaryMuse/fluxxor)\n\nLicense\n-------\n\nFluxxor is licensed under the [MIT license](LICENSE).\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2014 Michelle Tilley\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to deal\n\u003e in the Software without restriction, including without limitation the rights\n\u003e to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e copies of the Software, and to permit persons to whom the Software is\n\u003e furnished to do so, subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be included in\n\u003e all copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\u003e AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\u003e LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\u003e OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\u003e THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Ffluxxor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymuse%2Ffluxxor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Ffluxxor/lists"}