Popularity
8.3
Stable
Activity
9.5
Growing
4,462
48
217

Programming language: TypeScript
License: MIT License
Tags: Code Design     Data Store    
Latest version: v0.18.2

effector-react alternatives and similar libraries

Based on the "Data Store" category.
Alternatively, view effector-react alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of effector-react or a related project?

Add another 'Data Store' Library

README

☄️ effector

Business logic with ease

Visit effector.dev for docs, guides and examples

Table of Contents

<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Introduction

Effector implements business logic with ease for Javascript apps (React/React Native/Vue/Svelte/Node.js/Vanilla), allows you to manage data flow in complex applications. Effector provides best TypeScript support out of the box.

Effector follows five basic principles:

  • Application stores should be as light as possible - the idea of adding a store for specific needs should not be frightening or damaging to the developer.
  • Application stores should be freely combined - data that the application needs can be statically distributed, showing how it will be converted in runtime.
  • Autonomy from controversial concepts - no decorators, no need to use classes or proxies - this is not required to control the state of the application and therefore the api library uses only functions and plain js objects
  • Predictability and clarity of API - a small number of basic principles are reused in different cases, reducing the user's workload and increasing recognition. For example, if you know how .watch works for events, you already know how .watch works for stores.
  • The application is built from simple elements - space and way to take any required business logic out of the view, maximizing the simplicity of the components.

Installation

npm add effector

React

To getting started read our article how to write React and Typescript application.

npm add effector effector-react

Vue

npm add effector effector-vue

Svelte

Svelte works with effector out of the box, no additional packages needed. See word chain game application written with svelte and effector.

CDN

Documentation

For additional information, guides and api reference visit our documentation site

Packages

Articles

Community

Online playground

You can try effector with online playground

Code sharing, Typescript and react supported out of the box. Playground repository

DevTools

Use effector-logger for printing updates to console, displaying current store values with ui or connecting application to familiar redux devtools

More examples in documentation

Learn more

Support us

Your support allows us to improve the developer experience 🧡.

Contributors

Dmitry andretshurotshka Sergey Sova popuguy Egor Alexander Khoroshikh Valeriy Kobzar Ruslan @doasync Illia Osmanov Igor Kamyşev Yan Maxim Igor Ryzhov Arthur Irgashev Viktor Ilya Arutiunian Artem Dmitrij Shuleshov Nikita Nafranets Ivan Savichev Aleksandr Osipov bakugod Victor Didenko Viktor Pasynok Andrei Kirill Mironov Ivan Aleksandr Belov Anton Yurovskykh Denis Sikuler Renat Sagdeev Samir Sozonov Stanislav Tauyekel Kunzhol Aldiyar Batyrbekov cqh Ivanov Vadim xaota Andrey Antropov 0xflotus 7iomka Abel Soares Siqueira Aleksandr Grigorii Alex Arro Alek Anokhin Alexander Alexandrsv Anton Kosykh rymarchikbot Ayu Denis Maushov Denis Skiba Dmitry Dudin Ed Prince Egor Gorbachev Gabriel Husek Infant Frontender Ivan Jan Keromnes Jesse Jackson Joel Bandi Paul Ekshmidt Lebedev Konstantin Ludovic Dem Mike Cann Oleg Oleh Pasha Grekovich bigslycat Rachael Dawn Raman Aktsisiuk Robert Kuzhin Satya Rohith Sergey Belozyorcev The Gitter Badger Usman Yunusov VadimFilimonov Vasili Sviridov Vasili Svirydau Victor Victor Kolb Vic Vladislav Melnikov Vladislav Botvin Will Heslam Rasul Yesset Anatoly Kopyl Stanislav dmitryplyaskin Grigory Zaripov kanno Kirill Leushkin Marina Miyaoka roman Evgeny Zakharov vladthelittleone xxxxue

Tested with browserstack