关于 relation 的说明太少了
Open
- Dominant language
- JavaScript
- Stars
- 68
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
关于
`relation.listen`
`relation.init`
的文档没说清楚用途,我从examples里看到`listen` 里使用了
```
relation.listen(`
## comment
user.login | filter1 => filter2 | todos.getByUserId
`);
```
这块没理解主要用途是什么。
我以前使用的是 mobx 来管理RN 状态,现在使用 vanex 管理,vanex 真的比 mobx简单多了,代码量也少了,逻辑和页面也很好的分离了,感谢作者。
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the examples containing relation.listen and relation.init, then compare them with the current relation documentation. Done means the docs clearly explain each API's purpose and the shown listen example's flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100