I have displayed a series of values from a nested set of maps. Think
map -> house -> room -> stuff
I have it listing everything in an exploded tree down to and including room.
Now I want to make room clickable to change the contents of another div to show the stuff in that room.
I can't quite find how to set this up so if someone can help me with understanding how to do this it in clj/cljs/om that would be awesome.
Thanks!