react-component / react-component/field-form
当我需要watch不同的字段,做出不同的action
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 286
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 1
Description
watches是个array配置
[
{watch: 'xx', action: 'xxx'},
{watch: 'xx', action: 'xxx'},
]
这种情况,watch就不能满足
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the watch configuration and field subscription APIs in the repository, then inspect how a single watch currently maps to its action. Define how an array of watch/action pairs should be represented and verify that each watched field triggers only its corresponding action; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100