Op dinsdag 14 april 2015 17:24:42 UTC+2 schreef Alan Moore: > I tried them both and they are equally viable for most projects. In my case I > was looking for the thinnest possible wrapper to React - and I don't use > *any* of the ratom or other state tracking features so my use requirements > are a bit out of the mainstream. I just needed a view layer. > > I ended up with Rum for this reason but it was very much a toss up. I found I > could understand the code base slightly better and liked the simplicity of > the mixin support. I also found an example of integrating Datascript with Rum > (same author) that was helpful because I had to integrate a similar data > engine. > > Freactive might be a better choice if you have a lot of animations - I seem > to remember that it has explicit support for it... TBD. Let us know how you > get on with whatever you choose. > > Good luck.
I found myself (re)writing all kinds of atoms and/or cursors to make it work in freactive - since not everything is an atom, e.g. datascript queries and websockets. Instead, I started creating just plain vanilla stuff, and got to the point where things like react components where pretty interesting, so I ended up using rum :p. I very much like the idea of the datascript chat example (http://tonsky.me/blog/datascript-chat/) application. freactive did'nt make that easy on me. rum mixins rather do... -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
