React context是什么?
What is React Context?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
分类: React State Management
标签: Context, Props Drilling, Component Tree, Cross-level Data Passing
参考答案摘要
核心答案 React 文档官网并未对 Context 给出“是什么”的定义,更多是描述使用 Context 的场景,以及如何使用 Context 。 官网对于使用 Context 的场景是这样描述的: In Some Cases, you want to pass data through the component tree without having to pass the props do...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。