Better hiccup rendering logs
I would suggest implementing better logging for hiccup generation. Would it be possible to log each rendered element in tree as it is being rendered.
I'm currently working with re-frame and Material-UI and it is hard if not impossible to find where problem is. For example if I add (for ...) which return List and I need vector it is impossible to find what is problem. If there was some debug logging possible that would output tree as rendering is done recursively it would make hiccup pleasure to use.
Is something like that possible or am I just talking nonsense?
Thank you!
I have some ideas that would make it possible to control rendering more, similar to https://github.com/rauhs/hicada. That wouldn't directly implement this, but would probably provide hooks for one to implement this themselves.