Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 20, 2019
1 parent a76c015 commit a6fefe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blog/_posts/2019-03-16-spas-pwas-and-ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ though, mainly in the the form of JavaScript code. The median size of
JavaScript used on pages across the Internet is now
[ca. 400KB on the desktop and ca. 360KB on mobile devices](https://httparchive.org/reports/state-of-javascript),
an increase of ca. 36% and ca. 50% respectively over the past 3 years. All of
this JavaScript not only has to be loaded via often spotty connections
but also parsed, compiled and executed - often on mobile devices that are far
less powerful than the average desktop or notebook computer (have a look at
this JavaScript not only has to be loaded via often spotty connections but also
parsed, compiled and executed - often on mobile devices that are far less
powerful than the average desktop or notebook computer (have a look at
[Addy Osmani's in-depth post on the matter](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4)
for more details).

Expand Down

0 comments on commit a6fefe6

Please sign in to comment.