9 ms·
At least for ClojureScript there is https://github.com/ckirkendall/kioo https://github.com/ckirkendall/kioo which is based on https://github.com/cgrand/enlive h
by pwr 12y ago
At least for ClojureScript there is https://github.com/ckirkendall/kioo https://github.com/ckirkendall/kioo which is based on https://github.com/cgrand/enlive https://github.com/cgrand/enlive
I not sure there is a similar thing for plain React/JS though.
- txmikester 12y agoThis. Enlive and now Kioo are elegant solutions to the problem of letting designers and programmers work independently. It still amazes me that something like Enlive hasn't popped up in other languages/frameworks.
- ckirkendall 12y agoI have often wondered the same thing. I created enfocus and kioo to solve the exact problem you stated. How do you get designers and programmers work efficiently together? This is particularly difficult with single page applications.