摘要: Thunks Sync thunk: A blocker of code which has everything ready and can return the value directly. function add(x, y) { return x + y } const thunk = f 阅读全文
posted @ 2023-10-18 14:52 Zhentiw 阅读(17) 评论(0) 推荐(0)