DEV Community

Discussion on: Google to pay JavaScript frameworks to implement performance-first code

Collapse
 
aghost7 profile image
Jonathan Boudreau

Not sure what performance first means, but you shouldn't optimize first. Its better to optimize later so that you can profile the performance of your overall system and only optimize what matters.