Hooks 的设计灵感来源有哪些?
What are the sources used for introducing hooks?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
分类: Hooks
标签: hooks inspiration, render props, Rx, ReasonReact
参考答案摘要
答案 Hooks 的想法来自多个不同来源,包括: react-future 仓库中关于函数式 API 的早期实验 社区对 render prop API 的实验(例如 Reactions Component) DisplayScript 中的 state variables 和 state cells Rx 中的 subscriptions(订阅) ReasonReact 中的 reducer c...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。