YunYouJun / cook

🍲 好的,今天我们来做菜!OK, Let's Cook!
https://cook.yunyoujun.cn
MIT License
5k stars 312 forks source link

fix: div in span #61

Closed KazariEX closed 10 months ago

KazariEX commented 10 months ago

搜索页面:删了一些冗余的 css 类,然后这个在 span 里的 div 很感人,换了个写法,能少渲染 4nspan

另外是否可以考虑使用虚拟列表,后面数据量大起来可能会造成性能下降;实际上,在当前的数据量下打开控制台时已经无法正常调试了。

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2023 5:45am
YunYouJun commented 10 months ago

你说的对,计划使用 useVirtualList 实现搜索的虚拟列表。

YunYouJun commented 10 months ago

https://github.com/YunYouJun/cook/issues/62