What's wrong with using Html.map?

I have about 60k lines of code running in production, a decent sized application. I do not see any benefit of HTML.map there. I think there is only one of them in this application. But this is not pages, it’s an application. Maybe the mapping makes more sense if you build a website with pages.
I used to do more of the nested tea structure earlier, but found it much easier to just not do it.
Then there is no “parent/child”, “child/parent” or sibling communication. It’s just model update and messages. Simple stuff that works without your head hurting.

3 Likes