#
Effector
Effector allows you to manage data in complex applications without the risk of inflating the monolithic central store, with clear control flow, good type support and high capacity API.
Here are 83 public repositories matching this topic...
Save and share your best solutions
-
Updated
Mar 19, 2021 - JavaScript
Exemplary real world application built with Effector + React
-
Updated
Jun 8, 2021 - TypeScript
-
Updated
Jun 5, 2021 - TypeScript
Concurrent effects for Effector ☄️
-
Updated
Jun 5, 2021 - TypeScript
Open
Add tests and CI
sergeysova
opened
Oct 24, 2020
Module for Effector ☄️ to sync stores with `localStorage` (or `sessionStorage`)
-
Updated
May 27, 2021 - TypeScript
CityCatch is a variation of "Word chain" game, made on Svelte+Effector+Tailwind
-
Updated
Dec 19, 2019 - HTML
Module for Effector ☄️ that sync stores with localStorage
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Aug 13, 2020 - HTML
-
Updated
May 31, 2021 - TypeScript
http://actorsmovies.club/faq Frontend
-
Updated
May 21, 2019 - TypeScript
RigTig's Big 3D Printer
-
Updated
Mar 8, 2017 - Arduino
-
Updated
Jun 5, 2021 - TypeScript
Created by ZeroBias
Released June 2019
Latest release 2 months ago
- Repository
- effector/effector
- Website
- effector.now.sh
Correct me if I'm wrong, but it seems to me that different
effector-vueAPIs (especially Options API vs. Hooks API) assume different Vue versions.For example, I tried to use Hooks API in combination with Vue 2 &
@vue/composition-apibut it won't compile because it tries to import composition functions directly fromvuemodule (as in Vue 3) instead of@vue/compositon-apimodule (as in V