
获得徽章 18
赞了这篇文章
赞了这篇文章
赞了这篇文章
cursor 关键词:
with especially good memory(Make suggestions based on your recent changes and linter errors.)
Tab in Peek 这个还没有用过
with especially good memory(Make suggestions based on your recent changes and linter errors.)
Tab in Peek 这个还没有用过
评论
点赞
赞了这篇文章
赞了这篇文章
sideEffect 的意思就是非主要的功能,我们的程序本来出来主要的业务功能就可以了,但是却必须要处理一些非主要的功能,也就是正常业务之外的功能,比如 IO / Exception 等等,所以这些就是非主要的功能。实际的工作就是很多时候程序员的大部分工作都是在处理一些非主要的功能,因为主要的功能相对明确和清晰,反而是非主要的功能需要花费大量的时间。
评论
点赞
赞了这篇文章
赞了这篇文章
Using the correct thing or using the thing correctly.
The Human Side of Haskell • Josh Godsiff • YOW! 2018
The Human Side of Haskell • Josh Godsiff • YOW! 2018
评论
点赞
赞了这篇文章
赞了这篇文章
useDeferredValue 有点像手动降低某些 UI 优先级的一种操作,就是这些使用 deferredValue 的 UI 组件,我不着急看到效果,当没有其他更高优先级的渲染执行的时候,react 再去执行这些 UI 的渲染,同时这些 UI 的渲染会保持不变,直到新的数据出现。
6
点赞