/marionette.morphdom

Add morphdom to backbone.marionette views

Primary LanguageJavaScript

marionette.morphdom

##Purpose I was looking for ways to speed up a view I had that was essentially a very large grid that needed to be shown without paging 😟. I found a library called Morphdom and it has seemed to helped performance a bit.

##Findings in ms:

MorphDom Normal % Diff
1990 3822 48%
1924 3504 44%
2106 3634 47%
2090 3476 45%
2360 3690 49%

I did notice that in smaller views the difference was negligible if there was any at all. But on more complex views it was noticeable.

##Dependencies

##TODO Add to NPM and bower

##License MIT