Эта страница еще не переведена

Чтобы добавить перевод, откройте Pull Request по этой ссылке.

Отображается содержимое для языка по умолчанию.

We believe that good type support is a necessary part of good DX.

TypeScript

Effector is aiming to provide first-class support of TypeScript types. Effector is written in TypeScript, and there are a lot of type-tests in the codebase, including auto-generated ones.

However, TypeScript itself does not aim for applying a sound or “provably correct” type system, instead it strikes a balance between correctness and productivity. So, we cannot guarantee that all the types are correct, but we are going to do our best to provide the best possible type inference.

Public typings of effector are located here, separate from the main code of the library.

Перевод поддерживается сообществом

Документация на английском языке - самая актуальная, поскольку её пишет и обновляет команда effector. Перевод документации на другие языки осуществляется сообществом по мере наличия сил и желания.

Помните, что переведенные статьи могут быть неактуальными, поэтому для получения наиболее точной и актуальной информации рекомендуем использовать оригинальную англоязычную версию документации.

Соавторы