Speakeasy JS - Astro: A New Architecture for the Modern Web (Fred K. Schott)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 17

  • @VarunGupta3009
    @VarunGupta3009 3 ปีที่แล้ว +4

    I always wanted to see a super-framework that took the best of all the available frameworks and ideas, combine them into something clean and natural, like the original web was supposed to be.
    File system routing? JS by choice? Native HTML? Markdown support?
    This is like a dream come true. Can't wait for this to get released. Please refresh the Discord invite on the website :)

  • @tim_t
    @tim_t 3 ปีที่แล้ว +2

    I love it! It feels like 11ty but with JSX, SFC, and optional hydration!

  • @metinemiroglu1936
    @metinemiroglu1936 3 ปีที่แล้ว +3

    Astro on Github: github.com/snowpackjs/astro

  • @garthgoldwater5256
    @garthgoldwater5256 3 ปีที่แล้ว +6

    starts at 3:34

  • @uptownhr
    @uptownhr 3 ปีที่แล้ว +1

    thanks for posting. missed the event but enjoyed watching.

  • @AhmadAwais
    @AhmadAwais 3 ปีที่แล้ว +5

    This looks pretty interesting - I'm always kind of split between Next.js and Eleventy - Like the former for React/MDX and the latter for speed and simplicity. Astro may help me mix the too. Looking forward to trying it out.

  • @DusanJovanovicDBJ
    @DusanJovanovicDBJ 3 ปีที่แล้ว

    "I never watched the Muppets" ... perhaps the best sublimation of the whole "front end" JavaScript bubble of the XXI century.

  • @sethwhite4635
    @sethwhite4635 3 ปีที่แล้ว +4

    How do you track element visibility without loading some amount of js?

    • @MonokelJohn
      @MonokelJohn 3 ปีที่แล้ว

      That question is asked at 34:39. Yes, it does have some javascript for that functionality.

  • @amandeepsingh3612
    @amandeepsingh3612 3 ปีที่แล้ว

    It's a great talk. Thanks.
    I have a question related to the lazy-loading JS when the widget/UI comes into the viewport, like the counter example in the demo.
    When we use , I assume (as per docs), it delayed the rendering of the UI plus lazy loading the JS. I am wondering wouldn't that affect the accessibility? Assistive technologies rely on the accessibility tree to announce the important bits (like headings/landmark). This tree gets constructed on the page load.
    So, wouldn't that UI construction be too late to be announced by the Screen reader?

  • @crazyprofz
    @crazyprofz 3 ปีที่แล้ว +1

    That's look promising. Can't wait until Astro go public. I am use svelte with sapper for current project. Just curious how astro handle global state like svelte store.

  • @desireco
    @desireco 3 ปีที่แล้ว

    I feel like this is already available with LiveView in Phoenix.

  • @games4us132
    @games4us132 3 ปีที่แล้ว

    Isn't it true that with ssr we also can send 0 bytes of js?

  • @tsarm___
    @tsarm___ 3 ปีที่แล้ว

    Apalagi iniii

  • @misan9821
    @misan9821 3 ปีที่แล้ว +1

    If it is not on GitHub, it doesn't even exist.

  • @maboiteaspamspammaboite9670
    @maboiteaspamspammaboite9670 3 ปีที่แล้ว

    I could not find the related sources repo. Any ideas ? Looks good.