Mailspring/docs/FAQ.md
Ben Gotow 60d9fd4816 feat(docs): doc site generation, doc organization into sections, docs for actions and more
Summary: Lots o docs

Test Plan: Run tests, review docs

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1496
2015-05-13 11:44:28 -07:00

295 B

#####Do I have to use React?

You need to use React if you want to register UI components with the {ComponentRegistry}. 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.