JavaScript Frameworks Considered Harmful – Bob Myers – Medium
The dirty little secret about JS frameworks, not just Ember, is their abysmal performance on mobile devices. First, we have to download the huge runtime on a slow connection. Then, we have massive amounts of framework code running on a device which has a slower processor to start with, but may also have an inferior JS engine. The result can be latencies in seconds or even tens of seconds merely to display a page. There is no simple solution to this problem.
August 13, 2018 at 10:30:53 AM EDT
*
FILLER