binaryage / cljs-devtools

A collection of Chrome DevTools enhancements for ClojureScript developers
Other
1.11k stars 51 forks source link

Can this be used to transformation EDN to be printed inside document.body? #60

Open den1k opened 3 years ago

den1k commented 3 years ago

It seems there is no good way of printing EDN compactly in the browser. Even though this would be useful for browser REPLs. Is there a way to use or extract the data->UI rendering logic outside of devtools?