Can you please explain with some code what do you mean by “insert them everywhere”?
It is not clear to me how this would actually work. In the current form, Html.lazy
takes some data and a view over that data and computes the view only if the data changes. It is not clear to me how this would work without it being explicit short of memoizing every function call in the language.