mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
5 lines
294 B
Markdown
5 lines
294 B
Markdown
|
|
||
|
#####Do I have to use React?
|
||
|
|
||
|
You need to use React if you want to register UI components with the Component Registry. However, you can create a React component and attach DOM to it's DOM node manually. Packages can also add a DOM node directly to `document.body`, though this is discouraged.
|