Dmitry

Results 37 issues of Dmitry

## Proposal Allow users to export store as readonly unit: explicitly forbid usage of that store in `target` and hide its `.on` method ## Use case Module encapsulation: ensure that...

enhancement
RFC
typings

It would help CRA users to use our compile-time tech stack

enhancement
effector/babel-plugin

[](https://issuehunt.io/r/zerobias/effector/issues/161) Now we have [tests for compatibility][browserstack-tests] with real devices so we can also run performance checks on them as well It will allow us to be sure, that the...

enhancement
:dollar: Funded on Issuehunt
compatibility

This code should throw runtime error and show error in typings: ```ts const scope = fork() const foo = createEvent() const bar = foo.map(x => x) allSettled(bar, {params: 1, scope})...

bug
fork api

Libraries authors need to know a few things to write good library in effector ecosystem: 1. Fork API support (no actions during module imports, start event etc) 2. Compilation with...

documentation

When event created by prepend directly in cases object, it shows errors in any cases, but everything works ok when unit or cases object created in separated variable This not...

typings
core

```ts sample({ source: $foo, clock: $nullableNumber, filter: (src, clock): clock is number=> isNumber(clock), fn: (src, clock) => clock + 1 }) ``` should work

enhancement
typings
core