freactive
freactive copied to clipboard
High-performance, pure Clojurescript, declarative DOM library
Jquery
what are your thoughts on using jQuery with freactive?
I'm not completely sure what the bug is, but I suspect it has to do with React. Hiccup doesn't support React's dangerouslySetInnerHtml property, but sablono does. Somehow Chrome recognizes the...
can I implement this framework by using a DOMElement rather than hiccup syntax for the view/ item view? This would be similar to template from markup syntax e.g. ( sorry...
Currently I run into `No protocol method ISwap.-swap! defined for type boolean: true`: https://github.com/christopherbalz/vibrashank/blob/rerender-on-cursor-change/src/cljs/vibrashank/views.cljs#L62 The initial cursor is here: https://github.com/christopherbalz/vibrashank/blob/rerender-on-cursor-change/src/cljs/vibrashank/core.cljs#L34 I do not see how to apply the examples on...
I think freactive has pretty well removed the insanity inherent to the task of providing coherent, coordinated views on ever-changing data, thanks to your work. Now, though, instead of using...
We've been working with this fork and Polymer 1.0 for awhile now, and it seems pretty solid. Major differences between what's here and what was originally discussed: - Instead of...
Google is working on a new "virtual-dom" project: [Incremental DOM](https://medium.com/google-developers/introducing-incremental-dom-e98f79ce2c5f). Possibly use [this project](https://github.com/google/incremental-dom) to avoid freactive having to do its own diff.
I love the built-in support for hiccup syntax in freagent. I also noticed a request for an extension to hiccup in the Reagent project that looked really cool and might...
For objects that are missing this protocol method, would it make sense for freactive to wrap them in a (str foo) call? That would save one from having to do...
See [this discussion](https://groups.google.com/forum/#!topic/polymer-dev/xlN8C-MQhig). Bottom line: for performance reasons, Polymer 1.0 gives the option of not polyfilling the full shadow DOM spec by overwriting DOM API's like `appendChild`. For at least...