2019 | OriginalPaper | Chapter
16. Using Refs and Portals
Published in:
Pro React 16
Abstract
Under normal circumstances, a component doesn’t interact directly with the elements in the Document Object Model (DOM). Normal interaction is through props and event handlers, which make it possible to compose applications and for components to work together without knowledge of the content they deal with.