enhancementhelp wantedquestion
Repository-Metriken
- Stars
- (164 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 2h) (2 gemergte PRs in 30 T)
Beschreibung
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!