What is JSX?

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 12

  • @christophermcanally1246
    @christophermcanally1246 Před 3 lety +2

    Great review of JSX, I'd thought `className` was used in JSX was because class is a reserved word. It makes sense now that className is used in the vanilla JS to modify class names.

  • @wt_wt0
    @wt_wt0 Před 3 lety

    Great as usual Harry! I didn't knew about the ink lib, awesome!

  • @DasBeatz
    @DasBeatz Před 2 lety

    Thanks for the video. It easier for me to understand things when digging into the weeds of how things work.

  • @Scott_Stern
    @Scott_Stern Před 3 lety

    Great job going through the different topics and explaining a difficult concept

  • @SchkuenteQoostewin
    @SchkuenteQoostewin Před 3 lety +2

    Sir, look up the term "Facade Design", that is the basis of JSX

  • @mryechkin
    @mryechkin Před 3 lety +1

    Haven't heard of INK before.. I'll have to check it out! Great info as always - thanks Harry. What keyboard did you get?

  • @alexanderjernstrom9953

    New keyboard? Great video!

  • @Balance-8
    @Balance-8 Před 3 lety

    Great vid!

  • @mohdhaziq9859
    @mohdhaziq9859 Před 3 lety

    Hi @Harry Wolff thanks for the video.
    I just have 1 question, on production files why React Team still maintain JSX compile to React.createElement,
    why they didn't change to shorter naming like for example the pragma: h that you should just now.
    I'm thinking if they reduce to short characters, we can reduce the output file size.
    So what are you opinion on this.
    Thanks

  • @jornejongsma
    @jornejongsma Před 3 lety

    I see that the use of WebComponents have an exception to the capitalized rule and the className rule... by the way, Emotion, css in JS, but what about css.modules? To me it feels a bit less awkward.

  • @classic-25
    @classic-25 Před 3 lety

    😅

  • @andrewharvley-felder4502

    My package json is bigger than yours.