themindfuldev / marionette-vdom

Marionette.js views implemented with virtual-dom
Other
128 stars 13 forks source link

still alive and production ready? #17

Open sido420 opened 6 years ago

sido420 commented 6 years ago

Is it still alive and production ready?

themindfuldev commented 6 years ago

Hi @sido420 it's still alive and being used in production by some people. This package has been upgraded to latest Marionette and jQuery a few months ago but might not be current as of now.

themindfuldev commented 6 years ago

BTW it includes the entire Marionette and Backbone unit test suite for views and all tests are passing.

sido420 commented 6 years ago

Thanks for the response.

I tried comparing this module with morphdom (in attachElContent) but looks like morphdom performs better. More importantly, it looks like vdom is reloading the image that already exists and that was not changed.

themindfuldev commented 6 years ago

Gotcha, thanks for the comparison.