I've played a little bit with freactive today, and investigated this idea with using polymer components — it works! I'm unsure of right usage of rx, especially on conditional rendering — (rx (if @state ... does autorerendering, but (rx (if (:key @state) ... does not. And there are some questions about how to structure app properly. I'm too tired to formulate them today, but bigger than performance demo examples and more documentation are welcome, because I'm very enthusiastic to use freactive in real projects!
понедельник, 17 ноября 2014 г., 22:18:45 UTC+3 пользователь Aaron написал: > > > Do I correctly understand, that freactive does not care about tag names, > and I can use any ones (potentially injecting polymer or smth like > pieces)? > > > > Yes! It tries to work with pure DOM nodes wherever possible. In freactive, > Clojurescript vectors are virtual DOM - so the "hiccup" vectors are very > close to the actual DOM. Although it may not work quite yet, you should > even be able to inject DOM nodes you created outside of freactive's > rendering framework and it will treat them opaquely. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.