mobify / mobifyjs

Mobify.js was a JavaScript framework for optimizing sites for mobile. It is no longer actively maintained.
https://www.mobify.com/
Other
643 stars 83 forks source link

mobifyjs or adaptivejs #300

Closed shystruk closed 9 years ago

shystruk commented 9 years ago

Hello!

I have found framework Adaptive.js on Mobify.com. Is the mobifyjs older product and doesn't use now ? Better use Adaptive.js ?

Thank you!

jansepar commented 9 years ago

Hi @shystruk!

Adaptive.js is our new framework for adapting the experience of existing websites for difference devices. Mobify.js (1.X) was initially also a framework for adapting the experience of existing websites, but has evolved (in 2.0) to become more of a core library for a number of Mobify services. Mobify.js is actually a dependancy in Adaptive.js!

Here is a high level overview of the differences between mobify.js 1.1 and adaptive.js:

Uses modern toolchains:

More modular:

Uses an MVC paradigm:

Easier to debug:

Improved performance:

Testable:

Hopefully that answers your questions!

jansepar commented 9 years ago

If you're looking to learn more about adaptive.js or to try it out, I would start here:

https://cloud.mobify.com/docs/adaptivejs/overview/what-is-adaptivejs/

shystruk commented 9 years ago

Thank you!