322
How it feels like
(iusearchlinux.fyi)
Post funny things about programming here! (Or just rant about your favourite programming language.)
JSX can exist without React; it's essentially just an alternative syntax for function calls.
(That is, annoyingly, handicapped in the Typescript checker)
Solid uses JSX and is both much more performant than React while removing several of it's footguns. You also have WASM frameworks like Leptos that use similar syntax (RSX) while using languages that aren't JS.
Very true! Shouldnt be a point for react i guess. I believe they originated the syntax perhaps? Regardless, I love it (: