Obviously using reagent/re-frame should minimize Dom updates but sometimes an 
app can behave differently than we think it should. Especially in an event 
driven system some operations may occur in different orders, etc, sometimes 
this can be caused by the inversion of control that comes with event oriented 
systems.

One biggie is Dom reflow so make sure your app isn't triggering some worst case 
in FF. Rendering a large table or sequence of flex-box all in one chunk is 
going to be way faster than one row/box at a time.

Good luck.

Alan

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

Reply via email to