`linkState` implement
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 83
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
`linkState` in Preact is useful (https://preactjs.com/guide/linked-state).
Planning to implement it in `inject` helper.
It just like:
```js
app.model({
namespace: 'form',
observable: observable({
username: '',
password: ''
})
})
const Form = inject(({ models }) => {
return (
)
})
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.