Comment on The first open source multi-device development framework.Comments−alphadogg15yThe more devices targetted by a framework, the lower the common denominator...−sylvinus15yThat is if you plan to run almost the same code on all platformsTwo counter examples here:- For devices without a JS interpreter, app is executed server-side- Progressive enhancement / Graceful degration : some platforms can have more features than others
Comments
The more devices targetted by a framework, the lower the common denominator...
That is if you plan to run almost the same code on all platforms
Two counter examples here:
- For devices without a JS interpreter, app is executed server-side
- Progressive enhancement / Graceful degration : some platforms can have more features than others