
Virtual DOM and the React Way, Part Deux - JSJ 518
JavaScript Jabber
00:00
React - Partially Rendering a Sub Function
Partial rendering is the ability to just generate parts of the vidom rather than the entire vidom. It enables react to invoke a certain sub function directly without having to rely on your do it. Even though generating vidom is is cheap compared to generating actual dom, there is still effort in volved. And second, there are all the computations in your own code. That requires computational effort, and sometimes that computational effort isn't cheap.
Transcript
Play full episode