Igor Kamyşev

Results 90 issues of Igor Kamyşev

Same as https://github.com/effector/effector/issues/765

RFC
effector-vue

## Proposal Add possibility to store custom entries in Domain. Examples of custom entries: - `Gate` from `effector-react`/`effector-vue` - `Route` from Atomic Router - `Query` from Farfetched In can be...

RFC

Reopened #4372 - Links to documentation: https://effector.dev - Link to GitHub or NPM: https://github.com/effector/effector - Type of contribution: new definition Other notes: Hello, folks. I'm Igor, Effector Core Team member....

I've added tests with reproduce in #249

bug

Now ESM version of `effector-react` imports `effector/effector.mjs`. I suggest using `effector` as web standards require. Since, it could be a breaking change, we have to postpone this change until effector...

RFC
effector-react
breaking changes

Before ```ts const Comp = relfect({ view: ViewComp, bind: { prop: $value.map(value => value.part) } }) ``` after ```ts const Comp = relfect({ view: ViewComp, bind: { prop: remap($value, 'part')...

feature

Use-case: ```ts export const mainRoute = createRoute(); sample({ clock: selectLocation, source: mainRoute.$params, fn: (params, id) => ({ ...params, locationId: id }), target: mainRoute.open, }); sample({ clock: unselectLocation, source: mainRoute.$params, fn:...

RFC
needs triage

It exists but hidden by types. It would be really nice to have access to it, to show error message in logs.

enhancement