2015 | OriginalPaper | Chapter
7. Performance Tuning
Published in:
Pro React
Abstract
React was designed from the ground up with performance in mind. It uses several clever techniques to minimize the number of costly DOM operations required to update the UI, but it also provides tools and methods to fine-tune the performance when required.