FastHTML Intro - Build resuable Compoents with common Design Patterns

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 10

  • @TheEugevanz
    @TheEugevanz 2 месяца назад +3

    This is gonna be the default library to build web apps with Python 🎉

  • @spoonikle
    @spoonikle 2 месяца назад +1

    This is what the GOTH stack is all about, but now the python gang is here 🎉

  • @foysalmamun5106
    @foysalmamun5106 2 месяца назад +2

    Please make a playlist for FastHTML

  • @Fibe24
    @Fibe24 2 месяца назад

    Awesome video. Can you please tell me about your audio setup or the microphone that you use for your videos?. Thank you and looking forward to hearing from you

  • @giorgioripani8469
    @giorgioripani8469 2 месяца назад +1

    What about the PEP regarding methods name in snake case vs classes in camel case? Why are you using camelCase all over the place?

    • @codingcrashcourses8533
      @codingcrashcourses8533  2 месяца назад

      You will find that in the docs: isaac-flath.github.io/website/posts/boots/FasthtmlTutorial.html
      The idea is probably to seperate functions for the visual representation and other logic.

  • @lhard123l
    @lhard123l 2 месяца назад

    Im thinking that wats going on in native html and css is signal that we should stop thinking of using framwworks and use simplest standard.. Im not sure about using JS as it is standard, but we knew from the beggining its shitty- maybe using it only for dom and initialization would be good but there is Rust which is good language- I was sceptical for very long because we are trying to create new C that is not C for years, but I have to agree thats better
    And you can compile Rust to wasm use ComponentModel and there is no js required to run Rust
    Componentmoddlor switch to

    • @codingcrashcourses8533
      @codingcrashcourses8533  2 месяца назад

      Well as cool as it sounds, WASM seems not to cut it. I did not try it out yet, so I dont know why