enhancementhelp wantedquestion
仓库指标
- 星标
- (164 个星标)
- PR 合并指标
- (平均合并 1天 2小时) (30 天内合并 2 个 PR)
描述
Awesome package. Seriously, it should be part of React core!
Suggestion:
Instead of:
memo.textChange(event => setValue(event.target.value), [])
accepts this:
memo.textChange(event => setValue(event.target.value))
Question: How can you measure that the overhead in memo is faster then a component rerender that justify the use of it?
Great work!