effector / effector/eslint-plugin

Rule: `no-restore`

Open
#118 1 comment 1 reaction 0 assignees View on GitHub
enhancement good first issue preset:strict
Dominant language
TypeScript
Stars
94
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Personally, I hate `restore` because of the following pattern 👇
```ts
const $currency = restore(currencyInited, null).on(settingsChanges, (_, { ccurency}) => currency);
```

Furthermore, I doubt that one line of code is a good reason to skip the full store declaration.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.