{"id":29215446,"url":"https://github.com/aackerman/react-flash-queue","last_synced_at":"2025-07-03T00:09:49.105Z","repository":{"id":18351203,"uuid":"21531108","full_name":"aackerman/react-flash-queue","owner":"aackerman","description":"Client-side flash queue for React applications","archived":false,"fork":false,"pushed_at":"2014-07-14T21:16:02.000Z","size":260,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T03:02:21.226Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aackerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-07-06T01:07:22.000Z","updated_at":"2019-06-16T16:59:51.000Z","dependencies_parsed_at":"2022-08-25T11:52:12.086Z","dependency_job_id":null,"html_url":"https://github.com/aackerman/react-flash-queue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aackerman/react-flash-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Freact-flash-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Freact-flash-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Freact-flash-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Freact-flash-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aackerman","download_url":"https://codeload.github.com/aackerman/react-flash-queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Freact-flash-queue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263234966,"owners_count":23434922,"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":"2025-07-03T00:09:48.377Z","updated_at":"2025-07-03T00:09:49.011Z","avatar_url":"https://github.com/aackerman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-flash-queue\n\nA messaging queue for the browser built with React.\n\n![Example flash messages](https://raw.githubusercontent.com/aackerman/react-flash-queue/master/src/images/example.png)\n\n## Usage\n\n```js\nvar App = React.createClass({\n\n  mixins: [FlashQueue.Mixin],\n\n  componentDidMount: function() {\n    this.flash('notice', 'A friendly notice');\n  },\n\n  render: function() {\n    var queue = FlashQueue.DOM.queue;\n    return \u003cqueue messages={this.props.messages}/\u003e;\n  }\n});\n\nReact.renderComponent(\u003cApp/\u003e, document.querySelector('body'));\n```\n\nThe `FlashQueue.Mixin` extends the host a `flash` method to create new flashes. The `flash` method modifies `this.props.messages` on the host object. And expects `this.props.messages` will be passed as the `messages` prop for a queue instance.\n\n## Author\n\n| [![twitter/_aaronackerman_](http://gravatar.com/avatar/c73ff9c7e654647b2b339d9e08b52143?s=70)](http://twitter.com/_aaronackerman_ \"Follow @_aaronackerman_ on Twitter\") |\n|---|\n| [Aaron Ackerman](https://twitter.com/_aaronackerman_) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faackerman%2Freact-flash-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faackerman%2Freact-flash-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faackerman%2Freact-flash-queue/lists"}