{"id":20806712,"url":"https://github.com/fed/reflux-example","last_synced_at":"2025-12-26T07:17:31.116Z","repository":{"id":85048470,"uuid":"52077412","full_name":"fed/reflux-example","owner":"fed","description":"Understand Flux and Reflux with this simple React project","archived":false,"fork":false,"pushed_at":"2016-10-22T08:57:20.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T03:43:03.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/fed.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":"2016-02-19T09:37:50.000Z","updated_at":"2016-10-22T08:51:41.000Z","dependencies_parsed_at":"2023-03-03T00:45:28.686Z","dependency_job_id":null,"html_url":"https://github.com/fed/reflux-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fed/reflux-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Freflux-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Freflux-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Freflux-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Freflux-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fed","download_url":"https://codeload.github.com/fed/reflux-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Freflux-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28048191,"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","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"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":[],"created_at":"2024-11-17T19:24:35.987Z","updated_at":"2025-12-26T07:17:31.090Z","avatar_url":"https://github.com/fed.png","language":"JavaScript","readme":"# Reflux Example\n\nThis is a simple sample project built with [React](https://facebook.github.io/react/), [Reflux](https://github.com/reflux/refluxjs), [Gulp](http://gulpjs.com/) and [Browserify](http://browserify.org/) to demo what Reflux is, how it works and how we can integrate it into our React apps.\n\n![App Screenshot](http://i.imgur.com/NEl6ruJ.jpg)\n\n## API key\n\nBefore building and running the app, make sure you set your Imgur API Key to the `API_KEY` constant in the `/src/js/utils/constants.js` file. You can register your app and get a key [here](https://api.imgur.com/oauth2/addclient).\n\n## Building and running the app\n\nFirst run `npm install` to fetch all of the dependencies. Then run `npm start` to have the app build and go live on [http://localhost:6789](http://localhost:6789). To just build the app without running a webserver and watching for changes, use `npm run build` instead.\n\n## About Reflux.js\n\nReflux is a simple library for uni-directional dataflow application architecture inspired by React's Flux. Reflux is **one** implementation of Flux, with some key differences:\n\n* The singleton dispatcher is removed in favor for letting every action act as dispatcher instead.\n* Because actions are listenable, the stores may listen to them. Stores don't need to have big switch statements that do static type checking (of action types) with strings.\n* Stores may listen to other stores, i.e. it is possible to create stores that can aggregate data further, similar to a map/reduce.\n* Action creators are not needed because RefluxJS actions are functions that will pass on the payload they receive to anyone listening to them.\n\nCheck the [official docs](https://github.com/reflux/refluxjs) for more info on how to use it.\n\n## About this code example\n\nThis project is inspired on one of the sections of [this course on Udemy](https://www.udemy.com/learn-and-understand-reactjs/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Freflux-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffed%2Freflux-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Freflux-example/lists"}