首页
(current)
分类
标签
排行榜
搜索
注册
登录
小鹤
React 官网文档中文翻译
React 官网文档中文翻译
语言:中文 | 章节:57 | 阅读:7227 | 收藏:0 | 评论:0
React 官网文档中文翻译
React
阅读
收藏
打赏
分享
举报
目录
评论
React 中文文档
Summary
Accessibility
Add React to a New Application
Add React to an Existing App
CDN Links
Codebase Overview
Components and Props
Composition vs Inheritance
Conditional Rendering
Context
Design Principles
DOM Elements
Error Boundaries
SyntheticEvent
AJAX and APIs
Babel,JSX, and Build Steps
Passing Functions to Components
Virtual DOM and Internals
Component State
File Structure
Styling and CSS
Form
Fragments
Glossary of React Terms
Handling Event
Hello World
Higer-Order Components
How to Contribute
Implementation Notes
Integrating with Other Libraries
Introducing JSX
JavaScript Environment Requirements
JSX In Depth
Lifting State Up
Lists and Keys
Optimizing Performance
Portals
React Top-Level API
React.Component
ReactDOMServer
ReactDOM
React Without ES6
React Without JSX
React 提供声明式(declarative)API 所以你不必担心每次更新的变化。这使得写应用更加容易,但在React 中如何实现它可能并不明显。本文解释了我们选择的React 的比较算法(“diffing”algorithm )使得组件的更新变得可预见,同时对于高性能应用来说足够快。
在少数情况下,你可能需要从父组件中访问孩子的DOM 节点。这通常不会被推荐,因为这破坏了组件的封装性,但是它偶尔是有用的,例如触发focus 或者测量孩子DOM 节点的大小和位置。
元素渲染
Shallow Renderer
State and Lifecycle
Static Type Checking
Renderer 测试
Test Utilities
Thinking in React
Try React
Typechecking With PropTypes
Uncontrolled Components
Web Components
善良比聪明更重要(评论内容审核后才会显示)
分享,让知识传承更久远
×
文档下载
×
请下载您需要的格式的文档,随时随地,享受汲取知识的乐趣!
PDF
文档
EPUB
文档
MOBI
文档