On Monday, November 17, 2014 2:42:38 PM UTC-5, Aaron wrote:
>
> On Monday, November 17, 2014 2:27:17 PM UTC-5, Ruslan Prokopchuk wrote: 
> > 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! 
> > 
>
> Hope I can make the intended usage and specifics about update/invalidation 
> behavior more clear - but probably another day as well. Structuring large 
> apps is something we're figuring out as we go...


Okay, this is what I want to say about structuring an app - I think the 
ideal way would be to have a single (rx (dispatch-state @state)) at the 
root of the app where dispatch-state is something like a multi-method.

-- 
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.

Reply via email to