{"id":36571173,"url":"https://github.com/trovit/reffects","last_synced_at":"2026-01-12T07:17:07.212Z","repository":{"id":38475126,"uuid":"180114254","full_name":"trovit/reffects","owner":"trovit","description":"Reffects is a Javascript framework for developing SPAs using an event-driven unidirectional flow architecture with a synchronous event bus with effects and coeffects.","archived":false,"fork":false,"pushed_at":"2024-05-02T11:19:16.000Z","size":9457,"stargazers_count":30,"open_issues_count":12,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-03T12:51:48.857Z","etag":null,"topics":["coeffects","effects","event-bus","javascript","reffects"],"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/trovit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2019-04-08T09:22:40.000Z","updated_at":"2024-05-02T11:19:20.000Z","dependencies_parsed_at":"2024-05-01T16:35:36.272Z","dependency_job_id":"8f1ef22a-299a-4c6f-a69f-6948cc94ab7a","html_url":"https://github.com/trovit/reffects","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/trovit/reffects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trovit%2Freffects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trovit%2Freffects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trovit%2Freffects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trovit%2Freffects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trovit","download_url":"https://codeload.github.com/trovit/reffects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trovit%2Freffects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["coeffects","effects","event-bus","javascript","reffects"],"created_at":"2026-01-12T07:17:06.160Z","updated_at":"2026-01-12T07:17:07.206Z","avatar_url":"https://github.com/trovit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg alt=\"reffects\" src=\"./logo.png\" height=\"85\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eReffects\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA Javascript framework for developing SPAs using an event-driven unidirectional-flow functional architecture.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://img.shields.io/npm/v/reffects\"\u003e\n    \u003cimg src=\"https://badgen.net/npm/v/reffects\"\u003e\n  \u003c/a\u003e \n  \u003ca href=\"https://github.com/trovit/reffects/actions\"\u003e\n    \u003cimg src=\"https://github.com/trovit/reffects/workflows/CI/badge.svg?branch=master\"\u003e\n  \u003c/a\u003e \n  \u003ca href=\"https://coveralls.io/github/trovit/reffects?branch=master\"\u003e\n    \u003cimg src=\"https://coveralls.io/repos/github/trovit/reffects/badge.svg?branch=master\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://bundlephobia.com/result?p=reffects\"\u003e\n    \u003cimg src=\"https://badgen.net/bundlephobia/min/reffects\"\u003e\n  \u003c/a\u003e \n  \u003ca href=\"https://bundlephobia.com/result?p=reffects\"\u003e\n    \u003cimg src=\"https://badgen.net/bundlephobia/minzip/reffects\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Documentation\n\nReffects is a Javascript framework for developing SPAs using an event-driven unidirectional-flow functional architecture. \n\nIt's based on ClojureScript's re-frame. It promotes a functional programming style by using the *effects as data* pattern, in which event handlers are pure functions, and effects and coeffects are used to manage side effects and side causes, respectively.\n\nThis repository contains all the existing components of the reffects framework:\n\n- [Reffects](/packages/reffects/README.md), the core framework for developing applications in a functional style using events, effects and coeffects.\n- [Reffects store](/packages/reffects-store/README.md), an implementation of a store to use `reffects` inside a React application.\n- [Batteries](/packages/batteries/README.md), some common effects/coeffects that can be useful for starting your application.\n\nYou can see an example of a small application using `reffects` in the [`with-react-todos`](/examples/with-react-todos/README.md) folder\n\n## Contributing\n\nCheckout [our guide](/CONTRIBUTING.md) in case you want to propose some changes to `reffects`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrovit%2Freffects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrovit%2Freffects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrovit%2Freffects/lists"}