{"id":3487,"url":"https://github.com/effector/awesome","name":"awesome","description":"A curated list of delightful ☄️Effector resources","projects_count":57,"last_synced_at":"2026-06-14T09:00:22.450Z","repository":{"id":38819740,"uuid":"191913314","full_name":"effector/awesome","owner":"effector","description":"A curated list of delightful ☄️Effector resources","archived":false,"fork":false,"pushed_at":"2024-08-12T10:48:06.000Z","size":98,"stargazers_count":174,"open_issues_count":2,"forks_count":12,"subscribers_count":22,"default_branch":"main","last_synced_at":"2026-05-28T18:03:35.573Z","etag":null,"topics":["awesome","awesome-list","effector"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/effector.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-06-14T09:15:57.000Z","updated_at":"2026-05-14T08:03:08.000Z","dependencies_parsed_at":"2023-01-26T21:31:07.255Z","dependency_job_id":"dc3c5ec2-5fef-4a7f-8021-ed8f7e0e9bb4","html_url":"https://github.com/effector/awesome","commit_stats":{"total_commits":90,"total_committers":13,"mean_commits":6.923076923076923,"dds":0.5555555555555556,"last_synced_commit":"560b59310a6d0bf36d5f8fe71d94aeb365c6e383"},"previous_names":["ilyalesik/awesome-effector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/effector/awesome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effector%2Fawesome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effector%2Fawesome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effector%2Fawesome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effector%2Fawesome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/effector","download_url":"https://codeload.github.com/effector/awesome/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effector%2Fawesome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34315075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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"}},"created_at":"2024-01-05T23:59:56.976Z","updated_at":"2026-06-14T09:00:22.451Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Articles","Community","Examples","Packages","Templates"],"sub_categories":["Form management"],"readme":"# Awesome Effector [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n[\u003cimg src=\"https://effector.dev/img/comet.png\" align=\"right\" width=\"100\"\u003e](https://effector.dev)\n\n\u003e Effector is the reactive data flow management library. \n\nA curated list of awesome effector videos, articles, packages. [Russian articles, videos, and podcasts here](./RUSSIAN.md).\n\nFound something cool? Please, **[contribute](contributing.md)**!\n\n## Contents\n\n* [Articles](#articles) \n* [Community](#community) \n* [Examples](#examples)\n* [Packages](#packages)\n  * [Form management](#form-management)\n* [Templates](#templates)\n\n## Articles\n* [Effector — State Manager You Should Give a Try](https://itnext.io/effector-state-manager-you-should-give-a-try-b46b917e51cc)\n* [Effector: powerful and fast 5kb state manager](https://codeburst.io/effector-state-manager-6ee2e72e8e0b)\n* [Why I choose effector instead of Redux or MobX?](https://dev.to/lessmess/why-i-choose-effector-instead-of-redux-or-mobx-3dl7)\n* [Effector vs. Vuex. Which storage management is better for VueJS app?](https://medium.com/blue-harvest-tech-blog/effector-vs-vuex-which-storage-management-is-better-for-vuejs-app-54f3c3257b53)\n* [Using effector for api calls with svelte](https://richey.codes/posts/using-efffector-for-api-calls-with-svelte/)\n* [Effector beginner's guide RU](https://telegra.ph/Effector-beginners-guide-RU-10-22)\n* [Effector beginner's guide EN](https://dev.to/yanlobat/effector-s-beginner-guide-3jl4)\n* [Effector: we need to go deeper](https://dev.to/yumauri/effector-we-need-to-go-deeper-4geg)\n* Writing tiny effector from scratch\n  * [Part #1: Counter](https://dev.to/yumauri/e-wee-ctor-writing-tiny-effector-from-scratch-1-1kap)\n  * [Part #2: Maps and Filters](https://dev.to/yumauri/e-wee-ctor-writing-tiny-effector-from-scratch-2-31po)\n  * [Part #3: Simple API methods](https://dev.to/yumauri/e-wee-ctor-writing-tiny-effector-from-scratch-3-simple-api-methods-41f3)\n  * [Part #4: Effect](https://dev.to/yumauri/e-wee-ctor-writing-tiny-effector-from-scratch-4-54b)\n* [Create Your effector-like State Manager](https://dev.to/gigantz/create-your-effector-like-state-manager-1nfd)\n* [The best part of Effector](https://dev.to/effector/the-best-part-of-effector-4c27)\n* [Usage with React and Typescript](https://effector.dev/docs/typescript/usage-with-effector-react)\n* [How `classList` API works in forest](https://dev.to/effector/classlist-api-in-forest-4pm9)\n* [Using `gqty` with effector](https://dev.to/effector/using-gqty-with-effector-2m16)\n\n## Community\n\u003c!--lint ignore no-dead-urls--\u003e\n* [Effector Twitter](https://twitter.com/EffectorJS)\n* [Effector YouTube](https://www.youtube.com/channel/UCm8PRc_yjz3jXHH0JylVw1Q)\n* [Telegram RU](https://t.me/effector_ru)\n* [Telegram EN](https://t.me/effector_en)\n* [Effector News in Telegram](https://t.me/effector_news)\n\n## Examples\n* [react-effector-realworld-example-app](https://github.com/mg901/react-effector-realworld-example-app) - React + effector Example App.\n* [React effector todo list](https://codesandbox.io/s/react-effector-todo-list-o5yzj)\n* [process-explorer](https://github.com/lessmess-dev/process-explorer) - Hierarchical system processes viewer.\n* [@howtocards/frontend](https://github.com/howtocards/frontend)\n* [accesso.app](https://github.com/accesso-app/frontend)\n* [cardbox frontend](https://github.com/cardboxdev/frontend)\n* [http://actorsmovies.club Frontend](https://github.com/today-/actorsmovies/)\n* [react-material-ui-datatable](https://github.com/DTupalov/react-material-ui-datatable)\n* [mlp-ssr](https://github.com/maxmitko/mlp-ssr)\n* [rn-ios-calc](https://github.com/niksmr/rn-ios-calc)\n* [Easy and light Reactjs Strong Typed Notepad with effector state manager](https://github.com/paurock/Strong-Typed-Notepad-Reactjs-w-Effector)\n* [snake](https://github.com/dmitryshelomanov/snake) - Snake Game.\n* [effector comparison](https://codesandbox.io/s/effector-comparison-r9qy2) - Effector vs MobX vs rxjs - diamon problem (glitches).\n\n## Packages\n\n* [effector-logger](https://github.com/effector/logger) - Simple logger with stores inspector.\n* [patronum](https://github.com/effector/patronum) - Effector utility library delivering modularity and convenience.\n* [atomic-router](https://github.com/atomic-router) - Simple routing implementation that provides abstraction layer instead of inline URL's and does not break your architecture.\n* [eslint-plugin-effector](https://eslint.effector.dev) - Enforcing best practices.\n* [effector-swc-plugin](https://github.com/kireevmp/effector-swc-plugin) - A drop-in `effector/babel-plugin` replacement for SWC and NextJS users.\n* [effector-factorio](https://github.com/Kelin2025/effector-factorio) - The simplest way to write re-usable features with React + Effector.\n* [effector-hotkey](https://github.com/Kelin2025/effector-hotkey) - Hotkeys with Effector made easy.\n* [effector-localstorage](https://github.com/lessmess-dev/effector-localstorage) - Module for effector that sync stores with localStorage.\n* [effector-history](https://github.com/Kelin2025/effector-history) - Utility library that implements undo/redo feature for you.\n* [effector-utils](https://github.com/Kelin2025/effector-utils) - Effector utilities library.\n* [effector-next](https://github.com/effector/nextjs) - Effector wrappers for Next.js.\n* [effector-storage](https://github.com/yumauri/effector-storage) - Module for Effector that sync stores with localStorage (or sessionStorage).\n* [forest](https://github.com/effector/effector/tree/master/packages/forest) - UI engine for web based on effector.\n* [@space307/effector-react-slots](https://github.com/space307/effector-react-slots) - Effector library for slots implementation in React.\n* [farfetched](https://farfetched.pages.dev) - The advanced data fetching tool for web applications.\n* [@effector/reflect](https://github.com/effector/reflect) - Attach effector stores to react components without hooks.\n\n### Form management\n* [effector-forms](https://github.com/aanation/effector-forms) - Form manager for effector.\n* [efform](https://github.com/tehSLy/efform) - Form manager, based on effector state manager, designed to deliver high-quality DX.\n* [effector-react-form](https://github.com/GTOsss/effector-react-form) - Alternate form manager.\n\n## Templates\n* [effector SSR](https://github.com/effector/razzle-template) - SSR on React, TypeScript, Razzle and Styled.\n* [CRA template](https://github.com/effector/cra-template) - Simple CreateReactApp template.\n* [Feature-sliced template](https://github.com/mmnkuh/effector-vite-template) - Basic vite.js solution template combined with \nReact, Effector, Feature-sliced (Dockerized)\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/effector%2Fawesome/projects"}