Igor Kamyşev

Results 90 issues of Igor Kamyşev

## effector Neowise 24.0.0 - Delete deprecated option `reactSsr` in babel-plugin (https://github.com/effector/effector/pull/1084) - Delete deprecated operator `forward` (https://github.com/effector/effector/pull/1087) - Delete deprecated operator `guard` (https://github.com/effector/effector/pull/1087) - Delete deprecated `effector/babel-plugin-react` (https://github.com/effector/effector/pull/1088) -...

`useStore` was deprecated in effector 24 (https://github.com/effector/effector/pull/1099), so we have to delete it in effector 25.

effector-vue
breaking changes

These APIs are completely equivalent in case of _Store_. But `launch` also supports _Events_, so let's deprecate and delete `.setState` method.

RFC

Now if `sample` has a _Store_) an `source`/`clock` it will return a new _Store_ (https://effector.dev/en/api/effector/sample/#methods-sample-config-types-target). This is a confusing and outdated API which has to be deprecated in v24 and...

RFC
core
breaking changes

``` Rule | Time (ms) | Relative :---------------------------------------|----------:|--------: effector/enforce-gate-naming-convention | 17103.194 | 16.5% @typescript-eslint/no-redeclare | 9522.036 | 9.2% import/no-relative-packages | 9331.129 | 9.0% effector/mandatory-scope-binding | 9249.898 | 8.9% import/no-deprecated |...

help wanted

Search query — `typing effector` Desired result — https://effector.dev/en/typescript/typing-effector/ Actual result 👇

bug
documentation

https://github.com/yumauri/effector-storage

enhancement
good first issue
preset:scope

fixes #216 Changes since @yumauri contribution to the branch: - implement `remove` _Effect_ which is setting `undefined` to storage value - get rid of `clear` _Effect_ because it has to...

The proof of concept is stored in https://github.com/yumauri/effector-storage/tree/separate-adapter-effects. We should finish it and release as minor.