hooks icon indicating copy to clipboard operation
hooks copied to clipboard

perf(useDebounce): 减少初始化调用一次

Open coding-ice opened this issue 2 years ago • 1 comments

[中文版模板 / Chinese template]

🤔 This is a ...

  • [ ] New feature
  • [ ] Bug fix
  • [ ] Site / documentation update
  • [ ] Demo update
  • [ ] TypeScript definition update
  • [ ] Bundle size optimization
  • [x] Performance optimization
  • [ ] Enhancement feature
  • [ ] Internationalization
  • [ ] Refactoring
  • [ ] Code style optimization
  • [ ] Test Case
  • [ ] Branch merge
  • [ ] Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • [x] Doc is updated/provided or not needed
  • [x] Demo is updated/provided or not needed
  • [x] TypeScript definition is updated/provided or not needed
  • [x] Changelog is provided or not needed

coding-ice avatar Dec 02 '23 07:12 coding-ice

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 02 '23 07:12 CLAassistant

为啥初始化的时候不应该调用呢,我觉得应该调用的

crazylxr avatar Jul 11 '24 01:07 crazylxr