effector / effector/patronum

Add string type to shape in `reshape`

Open
#110 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
312
Forks
48
PR merge metrics
No merged PRs in 30d

Description

```js
const $data = createStore({ foo: 1, bar: 2 })

const { wow, demo } = reshape({
source: $data,
shape: {
wow: "foo",
demo: (obj) => obj.bar,
},
})
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.