Dmitry
Dmitry
it was very unkind of you to take correspondence out of a private chat room without consent
In general, data exchange takes place through pure graph nodes, for example one library exports `createNode({ meta: { formField: 'age', inputType: 'number', } })` and passes updates through it, while...
Implemented some time ago
Now we have [server side rendering guide](https://effector.dev/en/guides/server-side-rendering/)
Closed due to inactivity, feel free to open new issue
Implementation of HMR need to work like that: ```ts export const $userId = createStore(null) export const userModel = createModel($userId) ``` Should be transpiled like that ```ts import {createNode, clearNode, withRegion}...
@igorkamyshev I encountered it in vs code more than once, JetBrains just seems to be more prone to this kind of bugs, so I suggest adding this feature
There is another issue: Gate.open in effector-react, there are a lot of tests which triggers open with `allSettled`, so it should be converted to EventCallable before releasing an update
It’s an option 2: `.on` docs should explicitly say about undefined as a return value like in `.map` and `combine`, we’ll update it, thanks for reporting 👍
Functions with generics are tough to generalize in typescript, so it’s very hard for us to make this working properly, but we’ll try