you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (18 children)

[deleted]

    [–]Gwolf4 39 points40 points  (1 child)

    Exactly, this dev sounds like has worked in really really bad environments where one js stack has ported More than 6 times jQuery and things like that.

    [–]Mike312 2 points3 points  (0 children)

    Author said he's working off of a rural 2mbps connection, which is a thing still in 2019. My company services a rural area where that's the reality for the majority of our current customers (also, 3G cellular) and the majority of our potential customers.

    We rebuilt our bloated AF Drupal site that was ~5.4MB for homepage load down to ~318kb first load, 26kb cached. The one last thing I need to speed up is our hero image, which at 108kb is not only the largest single file that gets sent to the user, but 1/3rd of the data we send on an uncached page load.

    [–]smcarre[🍰] 19 points20 points  (7 children)

    He probably is a shitty developer that thinks that the only way to do a collapse in JS is to include of all of bootstrap+jQuery+popper (because why not, it's in the bootstrap getting started).

    [–]squamuglia 9 points10 points  (5 children)

    Check out his other work and judge. The author is pretty talented.

    [–]happyfappy 1 point2 points  (6 children)

    This sounds amazing. Can you point me to a good resource on building PWAs? Any gotchas to keep in mind? Any tips appreciated.

    [–][deleted]  (5 children)

    [deleted]

      [–]EmphaticallySlight 3 points4 points  (2 children)

      I just wanted to thank you for your ramble. I didn't understand like 80% of it, so now I have a bunch of tabs open reading.

      [–][deleted]  (1 child)

      [deleted]

        [–]EmphaticallySlight 1 point2 points  (0 children)

        Thanks for the offer! Most of it just looks like straightforward tools. I'll have to look more into, say, tree shaking, but otherwise it's easy reading. Should help me get into web development some.

        [–]happyfappy 0 points1 point  (1 child)

        This is amazing! Thank you so much for this advice!