all 3 comments

sorted by: hot top controversial new old
[–] 1 point 3 years ago (1 child)

Also all the tracking and analysis tools that are integrated in most ecommerce are huge. We made a website for a company that was really fast and snappy. Then they added all their tools and it turned into a slug.

  • source
  • hideshow 2 child comments
  • [–] 1 point 3 years ago

    "We will take facebook pixel and tiktok and klaviyo for the events, and oh our chatbot, google analytics, this other analytics thing, and..."

    I routinely have murderous urges. Ma'am, your site crashes my 6yo phone's browser. Stop. I beg you.

  • source
  • parent
  • [–] 1 point 3 years ago

    Prioritizing developer experience is not the reason we use front-end frameworks. People expect the web to work like a desktop app (no page reloads). The initial request might take a little bit longer, but in the end a well written front-end app will feel faster.

    The problem is that people don't worry about bundle size and cram every library off of npm into their website.

  • source