Skip to content

Commit ea170b9

Browse files
author
Luna Wei
committed
Update Fabric Render -> Fabric Renderer
1 parent 9013b50 commit ea170b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: glossary
33
title: Glossary
44
---
55

6-
## Fabric Render
6+
## Fabric Renderer
77

88
React Native executes the same React framework code as React for the web. However, React Native renders to general platform views (host views) instead of DOM nodes (which can be considered web’s host views). Rendering to host views is made possible by the Fabric Renderer. Fabric lets React talk to each platform and manage its host view instances. The Fabric Renderer exists in JavaScript and targets interfaces made available by C++ code. [Read more about React renderers in this blog post.](https://overreacted.io/react-as-a-ui-runtime/#renderers)
99

0 commit comments

Comments
 (0)