Sova
Sova
- [ ] Add page about `called outside from using() closure` error - [ ] Add page about `incorrect parent` error - [ ] Add page about `unexpected draft type`...
- [ ] Add page about `expect useStore argument to be a store` error - [ ] Add page about `expect useUnit argument to be a unit` error - [...
- [ ] Add `Provider` - [ ] Rename to `/scope` - [ ] Add guide how to use scoped app in react
### Discussed in https://github.com/effector/effector/discussions/606 Originally posted by **Infrared96** January 25, 2022 Hello, as I understand I can use that plugin for auto sids generation for my stores/effects/events. But it doesn't...
I propose to describe all the top-level ideas for effector here. You can later turn them into issues in one click: - [x] Add `filter` to `sample` operator #641
https://github.com/yarnpkg/berry/blob/master/GOVERNANCE.md ## Proposal I think it is useful to show team structure to show transparent management model.
Inspired by https://github.com/effector/effector/issues/555#issuecomment-980426132 please read the conversation to find answers to all questions ## Proposal ```ts sample({ filter: $isEditorOpened, target() { hotkey("Ctrl+Z", undo) hotkey("Ctrl+Shift+Z", redo) } }) ```
Broken: // .babelrc ```json { "presets": [ [ "@babel/preset-env", { "modules": false } ], "@babel/preset-typescript" ], "plugins": [ "effector/babel-plugin", "@babel/plugin-transform-modules-commonjs", "@babel/plugin-transform-runtime" ] } ``` Works ```json { "presets": [ "@babel/preset-typescript"...
## Proposal Add property `replaceImports` to the babel-plugin. ```json { "replaceImports": [ { "module": "effector-react", "with": "effector-react/ssr" }, { "module": "effector", "with": "effector-root" } ] } ``` It is can...
- When to use babel-plugin - What options plugin has - Rollup / Webpack - SSR or not