React is a great library that allows you to write applications declaratively. It abstracts away all the functional and internal details on how the library achieves a specific UI state. This is achieved by keeping a Virtual DOM and the process of reconciliation. React relies on the Virtual DOM to efficiently render only the components that have been updated.
Table of contents
Quick SummaryAudienceVirtual DOM and ReconciliationProfilingOptimizing the ComponentsGeneral GuidelinesConclusion1 Comment
Sort: