April 2020
Intermediate to advanced
344 pages
11h 13m
English
This appendix adds details about the Html.Lazy function first used in chapter 8
In chapter 8, we used the Html.Lazy.lazy function to skip running view code if certain values did not change on repeated calls. How does lazy decide whether a value has changed? The answer to this question involves two important design goals:
Read now
Unlock full access