Your website does not need JavaScript - Amy Kapernick - NDC Porto 2023

Поділитися
Вставка
  • Опубліковано 16 бер 2024
  • This talk was recorded at NDC Porto in Porto, Portugal. #ndcporto #ndcconferences #javascript #web #developer #softwaredeveloper
    Attend the next NDC conference near you:
    ndcconferences.com
    ndcporto.com/
    Subscribe to our UA-cam channel and learn every day:
    /@NDC
    Follow our Social Media!
    / ndcconferences
    / ndc_conferences
    / ndc_conferences
    When we build a website these days, there’s a 110% chance that it’s got some form of JavaScript on it. Whether it’s a full framework, for animations, to trigger a popup or as a tracking script, JavaScript is all around us.
    But what if I told you that you didn’t have to use JavaScript at all? Not even as a build process? Thanks to updates in browser technologies, there’s now a plethora of native browser features that allow building modern, functional websites, sans JavaScript.
    So together, we’ll build out a completely static website, a collection of HTML and CSS files, no tracking, no scripting, no servers, no third-party resources. Let’s build a website the way we used to (but no marquees).
  • Наука та технологія

КОМЕНТАРІ • 11

  • @GeneraluStelaru
    @GeneraluStelaru 2 місяці тому +3

    I'd rather debug JS than CSS. But I agree, we often forget how powerful CSS is.

  • @RoamingAdhocrat
    @RoamingAdhocrat 2 місяці тому +8

    gosh I'd love to live in a javascript-lite world

  • @MarcusHammarberg
    @MarcusHammarberg 2 місяці тому

    I loved this talk. Engaging speaker and I learned a lot.
    Full disclosure I love JavaScript and have tried to learn CSS 5-6 times.
    Hence this was super informative for me. Thanks a lot

  • @asdf8948
    @asdf8948 2 місяці тому +6

    Combine this with HTMX 😁

  • @eriklundstedt9469
    @eriklundstedt9469 2 місяці тому

    One of the issues with having circles for multi choice is accessibility
    I wonder how a screen reader handles it, and it also makes it harder to actually use the software
    I'm pretty sure even writing the HTML for a circular multi choice will require a whole lot of awful workarounds(like having multiple form-tags), but I avoid modern webdesign like the plague so don't take my word for it

  • @giftmukupe1
    @giftmukupe1 2 місяці тому

    This was a good talk!

  • @falconeagle3655
    @falconeagle3655 2 місяці тому

    When though?

  • @Q_20
    @Q_20 2 місяці тому +2

    sharpening filter kill me please

  • @millertime6
    @millertime6 2 місяці тому +6

    The JS Cult won’t like this

  • @OeHomestead
    @OeHomestead 2 місяці тому +3

    blazor ;-)

    • @k3dare
      @k3dare 2 місяці тому +2

      Technically Blazor still used tons of JS to work properly (disable JS on the client and everything stop working)